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 8ccc633 commit cbeb315Copy full SHA for cbeb315
.github/workflows/ai-issue-assessment.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: github/ai-assessment-comment-labeler@e3bedc38cfffa9179fe4cee8f7ecc93bffb3fee7 # v1.0.1
24
with:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
+ ai_review_label: 'bug, enhancement'
27
issue_number: ${{ github.event.issue.number }}
28
issue_body: ${{ github.event.issue.body }}
29
prompts_directory: '.github/prompts'
0 commit comments