Skip to content

Commit 495a9e1

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# DO NOT EDIT - This GitHub Workflow is managed by automation
2+
# https://github.com/hashicorp/terraform-devex-repos
3+
name: Issue Comment Triage
4+
5+
on:
6+
issue_comment:
7+
types: [created]
8+
9+
jobs:
10+
issue_comment_triage:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: 'Remove stale and waiting-response on comment'
14+
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response

0 commit comments

Comments
 (0)