[CI] Update issue comment triage workflow file

This commit is contained in:
Service Account - Terraform Provider DevEx 2024-05-17 15:22:49 -04:00
parent 5eee7eb425
commit 7fdb0e8d43

View File

@ -9,6 +9,8 @@ on:
jobs:
issue_comment_triage:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: 'Remove stale and waiting-response on comment'
run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response