Skip to content

Commit

Permalink
Merge pull request #10348 from arjundashrath/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian authored Feb 22, 2024
2 parents bccb79c + 6b8ad67 commit 91bf5d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
schedule:
- cron: '0 0 * * *'

permissions:
contents: read

jobs:
stale:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
Expand Down

0 comments on commit 91bf5d2

Please sign in to comment.