mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
[CI] Update issue comment triage workflow file
This commit is contained in:
parent
85c6779ba6
commit
608a0c2d63
1 changed files with 14 additions and 0 deletions
14
.github/workflows/issue-comment-triage.yml
vendored
Normal file
14
.github/workflows/issue-comment-triage.yml
vendored
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue