From 30d547b41b4967164c5b7fa95d757b0b45c31e73 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 8 May 2023 22:43:25 +0200 Subject: [PATCH] require-pr-label.yml: Add missing minimal "permissions:" Based on https://github.com/mheap/github-action-required-labels#complete-example prior to commit https://github.com/mheap/github-action-required-labels/commit/e33092117bdd8c435e9b654d53726c6936f19518 . --- .github/workflows/require-pr-label.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 916bbeb4352734..88aaea039f04f4 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -4,6 +4,10 @@ on: pull_request: types: [opened, reopened, labeled, unlabeled, synchronize] +permissions: + issues: read + pull-requests: read + jobs: label: name: DO-NOT-MERGE / unresolved review