Skip to content

Commit 7c22f73

Browse files
committed
Add instruction to AI model in issue creation for detected duplicates
1 parent 8c807fb commit 7c22f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detect-duplicate-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
echo "Creating issue for detected duplicates..."
6262
gh issue create --title "Duplicate Tools Detected" \
63-
--body "${{ steps.detect-duplicates.outputs.response }}" \
63+
--body "${{ steps.detect-duplicates.outputs.response }}\n@copilot get to work." \
6464
--label "genai,documentation"
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)