From 91e6aa3ec9a30e73e21329c00605c880086d9c4a Mon Sep 17 00:00:00 2001 From: Assem Hasna Date: Fri, 31 Jul 2026 16:29:49 +0200 Subject: [PATCH] =?UTF-8?q?feat(verify):=20switch=20verify.yml=20to=20pull?= =?UTF-8?q?=5Frequest=20trigger=20=F0=9F=9B=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - org required-workflow rulesets inject the check into target repos, so workflow_call has no consumer - drop self-verify.yml, verify.yml now runs directly on this repo's prs --- .github/workflows/self-verify.yml | 13 ------------- .github/workflows/verify.yml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .github/workflows/self-verify.yml diff --git a/.github/workflows/self-verify.yml b/.github/workflows/self-verify.yml deleted file mode 100644 index 9371a43..0000000 --- a/.github/workflows/self-verify.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: self-verify 🪞 - -on: - pull_request: - -permissions: {} - -jobs: - verify: - permissions: - contents: read - pull-requests: read - uses: ./.github/workflows/verify.yml diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a5dcba8..6e214b2 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,7 +1,7 @@ name: verify commit signatures 🕵🏻‍♂️ on: - workflow_call: {} + pull_request: permissions: {}