We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22f73 commit efae4a7Copy full SHA for efae4a7
1 file changed
.github/workflows/detect-duplicate-tools.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
echo "Creating issue for detected duplicates..."
62
gh issue create --title "Duplicate Tools Detected" \
63
- --body "${{ steps.detect-duplicates.outputs.response }}\n@copilot get to work." \
+ --body "${{ steps.detect-duplicates.outputs.response }}" \
64
--label "genai,documentation"
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments