From 77069d61dfff0a15021cc0767425008b2ee669df Mon Sep 17 00:00:00 2001 From: Joseph-Percival-ONS <144360663+joepercival@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:02:53 +0000 Subject: [PATCH] Revert "recieve notifications from child repos" --- .github/workflows/dependabot-notifications.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/dependabot-notifications.yml diff --git a/.github/workflows/dependabot-notifications.yml b/.github/workflows/dependabot-notifications.yml deleted file mode 100644 index 705400f..0000000 --- a/.github/workflows/dependabot-notifications.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Receive Dependabot Notifications - -on: - repository_dispatch: - types: [dependabot_notice] - -jobs: - process: - runs-on: ubuntu-latest - steps: - - name: Print received data - run: | - echo "Child repo event: ${{ github.event.client_payload.repo }}" - echo "@ SHA: ${{ github.event.client_payload.sha }}" - echo "@ PR Number: ${{ github.event.client_payload.pr_number }}" - echo "@ PR URL: ${{ github.event.client_payload.pr_url }}"