Skip to content

Commit 080e31c

Browse files
authored
Update label-with-ai.yml (#3306)
* Update label-with-ai.yml * Update label-with-ai.yml * Update label-with-ai.yml * Update label-with-ai.yml * Update label-with-ai.yml
1 parent f9b087d commit 080e31c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/label-with-ai.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
contents: read
1818
issues: write
1919
models: read
20+
env:
21+
TRIAGE_AI_TOKEN: ${{ secrets.TRIAGE_AI_TOKEN }}
2022
steps:
2123

2224
- name: Checkout
@@ -54,5 +56,6 @@ jobs:
5456
uses: mattleibow/triage-assistant@v0
5557
with:
5658
issue: ${{ inputs.issue_number || github.event.issue.number }}
57-
apply-labels: false
58-
apply-comment: false
59+
apply-labels: true
60+
apply-comment: true
61+
dry-run: true

0 commit comments

Comments
 (0)