mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
[CI] Update issue comment triage workflow file
This commit is contained in:
parent
608a0c2d63
commit
e08428bc1b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/issue-comment-triage.yml
vendored
2
.github/workflows/issue-comment-triage.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
|||
jobs:
|
||||
issue_comment_triage:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
steps:
|
||||
- name: 'Remove stale and waiting-response on comment'
|
||||
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue