From c8330a015151f8a3147ea40091caedbc2fefe3d8 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Wed, 16 Sep 2026 13:00:59 +0900 Subject: [PATCH] Run bypass notifier on push event --- .github/workflows/notify-approval-bypass.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/notify-approval-bypass.yaml b/.github/workflows/notify-approval-bypass.yaml index 14af550fd0..eb91cbafbc 100644 --- a/.github/workflows/notify-approval-bypass.yaml +++ b/.github/workflows/notify-approval-bypass.yaml @@ -1,13 +1,12 @@ -name: PR Approval Bypass Notifier +name: Approval bypass notifier on: - pull_request: - types: - - closed + push: branches: - main permissions: pull-requests: read jobs: - approval: + notify: + name: Notify uses: bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@main secrets: inherit