[CI] Update issue comment triage workflow file
This commit is contained in:
parent
79190898db
commit
5eee7eb425
14
.github/workflows/issue-comment-triage.yml
vendored
Normal file
14
.github/workflows/issue-comment-triage.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# DO NOT EDIT - This GitHub Workflow is managed by automation
|
||||||
|
# https://github.com/hashicorp/terraform-devex-repos
|
||||||
|
name: Issue Comment Triage
|
||||||
|
|
||||||
|
on:
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
issue_comment_triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 'Remove stale and waiting-response on comment'
|
||||||
|
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response
|
Loading…
x
Reference in New Issue
Block a user