Skip to content

Commit

Permalink
[CI] Update issue comment triage workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed May 17, 2024
1 parent e7a2883 commit 3049944
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue-comment-triage.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3049944

Please sign in to comment.