Skip to content

Commit

Permalink
Provide write permissions for issues and PRs (mealie-recipes#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Jan 23, 2024
1 parent 6128941 commit 09dfca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09dfca4

Please sign in to comment.