From dc4efd6a1ad5afe9861ccc398ce2b2efeb850154 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 14 Mar 2025 00:40:47 -0400 Subject: [PATCH] Update update-contributors.yml --- .github/workflows/update-contributors.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 9be41c0b67c..6ebe97bba2a 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # Needed for pushing changes + pull-requests: write # Needed for creating PRs steps: - name: Checkout code uses: actions/checkout@v3 @@ -55,4 +56,4 @@ jobs: Automated update of contributors list in README.md This PR was created automatically by a GitHub Action workflow. - base: main \ No newline at end of file + base: main