Skip to content

Commit

Permalink
Grant stalebot permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 2, 2024
1 parent bebef38 commit 270779b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: 'Close stale issues and PRs'

on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

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

0 comments on commit 270779b

Please sign in to comment.