Skip to content

Commit e89d82e

Browse files
[CI] Update issue comment triage workflow file
1 parent 495a9e1 commit e89d82e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue-comment-triage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
issue_comment_triage:
1111
runs-on: ubuntu-latest
12+
env:
13+
GH_TOKEN: ${{ github.token }}
1214
steps:
1315
- name: 'Remove stale and waiting-response on comment'
1416
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response

0 commit comments

Comments
 (0)