Skip to content

Commit

Permalink
Merge branch 'main' into fix_bestpractices_links
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerschrock authored Sep 12, 2023
2 parents 0640d90 + ac6ea11 commit a20fbab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v3.0.18
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-issue-message: 'Stale issue message - this issue will be closed in 7 days'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'priority,bug,good first issue'
Expand All @@ -43,3 +43,4 @@ jobs:
days-before-pr-stale: '10'
days-before-pr-close: '20'
days-before-issue-stale: '60'
days-before-issue-close: '67'

0 comments on commit a20fbab

Please sign in to comment.