From 9e7020d2fa743143ed485b235ae4f77dcde3efdd Mon Sep 17 00:00:00 2001 From: risc Date: Tue, 24 Sep 2024 15:45:58 +0000 Subject: [PATCH] Try giving perms --- .github/workflows/require-pr-pull.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/require-pr-pull.yml b/.github/workflows/require-pr-pull.yml index 40f6a13..fde72eb 100644 --- a/.github/workflows/require-pr-pull.yml +++ b/.github/workflows/require-pr-pull.yml @@ -13,6 +13,9 @@ on: jobs: check-for-label: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: # unclear why `github.event_name == 'pull_request' &&` is required but it is - run: exit 0