Skip to content

Commit efae4a7

Browse files
committed
Remove unnecessary instruction from issue creation body in duplicate detection workflow
1 parent 7c22f73 commit efae4a7

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 }}\n@copilot get to work." \
63+
--body "${{ steps.detect-duplicates.outputs.response }}" \
6464
--label "genai,documentation"
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)