From c3e3b328a61edbef3dcc41f7dbe977a2a305344d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 8 Nov 2022 14:18:05 -0800 Subject: [PATCH] Allow access to issues and PRs --- .github/workflows/lock.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index ea30ef817..00e28e066 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -7,6 +7,9 @@ on: jobs: lock: runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write steps: - uses: dessant/lock-threads@v2 with: