From a67a88bf051cb544d35cce2a3b64bd0216bcbc65 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Mon, 26 Jun 2023 09:20:44 +0200 Subject: [PATCH] docs: Fix permissions for sticky-pull-request-comment example (#235 by @sheerlox) --- .github/workflows/lint-pr-title-preview-outputErrorMessage.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml b/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml index bae904585..d5f0d263b 100644 --- a/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml +++ b/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml @@ -7,7 +7,7 @@ on: - synchronize permissions: - pull-requests: read + pull-requests: write jobs: main: diff --git a/README.md b/README.md index e01561baa..ae9cef15d 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ on: - synchronize permissions: - pull-requests: read + pull-requests: write jobs: main: