Skip to content

Commit

Permalink
Stale action: refine some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Apr 15, 2024
1 parent b646302 commit 5f8ed9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with:
days-before-stale: 90
days-before-close: 30
exempt-issue-labels: pinned
exempt-pr-labels: pinned
stale-issue-message: This issue is stale because it has been open for more than 90 days with no activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
stale-pr-message: This issue is stale because it has been open for more than 90 days with no activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

0 comments on commit 5f8ed9e

Please sign in to comment.