issue-comment-triage.yml 413 B

1234567891011121314
  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. on:
  5. issue_comment:
  6. types: [created]
  7. jobs:
  8. issue_comment_triage:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: 'Remove stale and waiting-response on comment'
  12. run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response