From a7bfc69d55dd7f032d4b131470cecb0e0b29bd2a Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:30:45 -0800 Subject: [PATCH] fix: remove invalid event pull_request_comment --- .github/workflows/pull_request_comment.yaml | 24 --------------------- events.txt | 1 - 2 files changed, 25 deletions(-) delete mode 100644 .github/workflows/pull_request_comment.yaml diff --git a/.github/workflows/pull_request_comment.yaml b/.github/workflows/pull_request_comment.yaml deleted file mode 100644 index e6a3d23..0000000 --- a/.github/workflows/pull_request_comment.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: pull_request_comment - -on: - pull_request_comment: - -jobs: - foo: - name: pull_request_comment - runs-on: ubuntu-latest - steps: - - name: Event context info - run: | - cat <