diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-22 20:08:40 -0700 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2024-07-22 20:08:40 -0700 |
commit | 6c9aade859f8cc24b898f659bf81fa54818e475e (patch) | |
tree | fe6fee85be916fef0164d29e3be5e6003ae91486 /.github | |
parent | ea86d570c4210620c5546dbff60bf5edde5a3189 (diff) | |
download | git-bug-6c9aade859f8cc24b898f659bf81fa54818e475e.tar.gz |
fix: add write for prs: stale/issue-and-pr
This change adds write permissions for pull requests to the workflow
that is used to mark issues and pull requests as stale.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cron.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 8ff477cc..61eb47b0 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: issues: write + pull-requests: write steps: - uses: actions/stale@v9 with: |