mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
Merge pull request #167 from opentffoundation/remove-redundant-gh-actions
This commit is contained in:
commit
697267ae11
15
.github/workflows/issue-comment-created.yml
vendored
15
.github/workflows/issue-comment-created.yml
vendored
@ -1,15 +0,0 @@
|
||||
name: Issue Comment Created Triage
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
issue_comment_triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
|
||||
with:
|
||||
labels: |
|
||||
stale
|
||||
waiting-reply
|
Loading…
Reference in New Issue
Block a user