Selaa lähdekoodia

[CI] Update issue comment triage workflow file

Service Account - Terraform Provider DevEx 11 kuukautta sitten
vanhempi
sitoutus
5eee7eb425
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      .github/workflows/issue-comment-triage.yml

+ 14 - 0
.github/workflows/issue-comment-triage.yml

@@ -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