Skip to content

Commit

Permalink
XS✔ ◾ Issue read is needed as well for private repos (#25)
Browse files Browse the repository at this point in the history
Issue read is needed as well for private repos

Even though we are not deleting by default, the action still reads the issues
https://github.com/actions/stale

Currently failing on a private repo on a client project
  • Loading branch information
GordonBeeming committed Mar 28, 2024
1 parent 81a6bb5 commit 9f2f437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-manage-stale.yml
Expand Up @@ -11,13 +11,11 @@ on:

permissions:
contents: read
issues: read
pull-requests: write

jobs:
review-reminder:
permissions:
contents: read
pull-requests: write

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9f2f437

Please sign in to comment.