From 32aa5c8721b1ba76566bfe2da48c278a4373037b Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:55:27 +0200 Subject: [PATCH] chore: add permissions section to enforce pull-request rules workflow (#4079) GitHub Bot complained about that in PR #4072. Related to #4073 --- .github/workflows/enforce-pullrequest-rules.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/enforce-pullrequest-rules.yaml b/.github/workflows/enforce-pullrequest-rules.yaml index aa4d51be..aa3973cf 100644 --- a/.github/workflows/enforce-pullrequest-rules.yaml +++ b/.github/workflows/enforce-pullrequest-rules.yaml @@ -3,6 +3,9 @@ name: "Enforce Pull-Request Rules" +permissions: + contents: read + on: pull_request: push: