Skip to content

Commit

Permalink
ci: update stale-bot.yml (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Aug 27, 2024
1 parent dbb40a1 commit c1ad490
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with:
Expand All @@ -16,4 +19,4 @@ jobs:
days-before-issue-stale: 30
days-before-pr-stale: 45
days-before-issue-close: 5
days-before-pr-close: 10
days-before-pr-close: 10

0 comments on commit c1ad490

Please sign in to comment.