From 4da52e2754448d09b2fe0ca6317998796ef1bd1a Mon Sep 17 00:00:00 2001 From: manmaed Date: Sun, 10 Nov 2024 17:32:39 +0000 Subject: [PATCH] This is for Orgs Only :( Why Gaz? --- .github/workflows/awaiting-reply.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/awaiting-reply.yml diff --git a/.github/workflows/awaiting-reply.yml b/.github/workflows/awaiting-reply.yml deleted file mode 100644 index a117557..0000000 --- a/.github/workflows/awaiting-reply.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - issue_comment: - types: [created] - -jobs: - hello_world_job: - runs-on: ubuntu-latest - name: Job for toggling label - steps: - - name: Toggle label - uses: manmaed/awaiting-reply-action@main - with: - awaiting-label: "Awaiting Reply :hourglass:" - replied-label: "Replied :tada:" - ignore-labels: "Fixed: Dev :hammer_and_wrench:,Fixed: Release :heavy_check_mark:" - remove-labels: "Stale :skull:" - ignore-string: "!skip"