Skip to content

Commit

Permalink
Incorporate features from actions/stale#224
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 11, 2021
1 parent 6442b1c commit 8e5b72f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cron_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 50
days-before-stale: 150
days-before-issue-stale: 7
days-before-pr-stale: 150
days-before-close: 30
stale-pr-label: 'Close?'
stale-pr-message: 'This pull request is stale because it has been open 150 days with no activity. Remove Close? label or comment or this will be closed in 30 days.'
Expand Down

0 comments on commit 8e5b72f

Please sign in to comment.