From 5e6693a3264ba7014473a4967dfe01516e1e189c Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Tue, 30 Jan 2024 17:58:38 -0500 Subject: [PATCH] permission needed to comment on pr Signed-off-by: Justin Florentine --- .github/workflows/pr-checklist-on-open.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-checklist-on-open.yml b/.github/workflows/pr-checklist-on-open.yml index 481abe62cd3..d226e618265 100644 --- a/.github/workflows/pr-checklist-on-open.yml +++ b/.github/workflows/pr-checklist-on-open.yml @@ -7,6 +7,8 @@ jobs: checklist: name: "add checklist as a comment on newly opened PRs" runs-on: ubuntu-22.04 + permissions: + contents: write steps: - uses: actions/github-script@v7.0.1 with: