From ca2f940262f9222a39921734f9afd5b0a22dfc37 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Sun, 25 Jun 2023 18:42:00 +0200 Subject: [PATCH 1/2] docs(readme): fix permissions for sticky-pull-request-comment@v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e01561ba..ae9cef15 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ on: - synchronize permissions: - pull-requests: read + pull-requests: write jobs: main: From 093ae3f4af3e7327c469fdb0717833f18ebd9f39 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Sun, 25 Jun 2023 18:56:09 +0200 Subject: [PATCH 2/2] ci: fix permissions for sticky-pull-request-comment@v2 --- .github/workflows/lint-pr-title-preview-outputErrorMessage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml b/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml index bae90458..d5f0d263 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: