From cdbd64c3df76809387ad1fb8773e18e67d0cd1e5 Mon Sep 17 00:00:00 2001 From: Vasista Vovveti Date: Sat, 25 May 2024 19:42:28 -0700 Subject: [PATCH] [ci] Give comment action PR write permission (#6594) --- .github/workflows/command-robotpy-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/command-robotpy-pr.yml b/.github/workflows/command-robotpy-pr.yml index 5115109835..684daf9dde 100644 --- a/.github/workflows/command-robotpy-pr.yml +++ b/.github/workflows/command-robotpy-pr.yml @@ -9,6 +9,9 @@ on: jobs: comment: + permissions: + pull-requests: write + runs-on: ubuntu-latest steps: - name: Comment on PR