From fc8357b9fafd1879412d5515eeed36509d4ffff2 Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Mon, 20 May 2024 14:37:45 -0400 Subject: [PATCH] workflows: Delete old issue label remove workflow (#326) Replaced by `.github/workflows/issue-comment-triage.yml` --- .github/workflows/issue-comment-created.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/issue-comment-created.yml diff --git a/.github/workflows/issue-comment-created.yml b/.github/workflows/issue-comment-created.yml deleted file mode 100644 index 0c4f898c..00000000 --- a/.github/workflows/issue-comment-created.yml +++ /dev/null @@ -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-response