mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +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:
|
jobs:
|
||||||
issue_comment_triage:
|
issue_comment_triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- name: 'Remove stale and waiting-response on comment'
|
- name: 'Remove stale and waiting-response on comment'
|
||||||
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response
|
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue