We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d09fe commit 495a9e1Copy full SHA for 495a9e1
.github/workflows/issue-comment-triage.yml
@@ -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