From b312b53b18bce18c4dad5225a61c0c184dbb1381 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:08:34 -0400 Subject: [PATCH] Add permission to write on PRs to the PR checklist workflow (#7711) Signed-off-by: Fanit Kolchina --- .github/workflows/pr_checklist.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr_checklist.yml b/.github/workflows/pr_checklist.yml index c2c5c6db53..accce0f882 100644 --- a/.github/workflows/pr_checklist.yml +++ b/.github/workflows/pr_checklist.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened] +permissions: + pull-requests: write + jobs: add-checklist: runs-on: ubuntu-latest