Skip to content

Commit

Permalink
[INLONG-4024] Update trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Apr 29, 2022
1 parent 30d6c64 commit ebbf533
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_stable.yml
Expand Up @@ -34,14 +34,14 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
days-before-issue-stale: 30 # the idle number of days before marking the issues as stale
days-before-pr-stale: 45 # the idle number of days before marking the pull requests as stale
days-before-issue-close: 5 # the idle number of days before closing the stale issues
days-before-pr-close: 10 # the idle number of days before closing the stale pull requests
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 30 days with no activity.'
days-before-issue-stale: 60 # the idle number of days before marking the issues as stale
days-before-pr-stale: 60 # the idle number of days before marking the pull requests as stale
days-before-issue-close: 30 # the idle number of days before closing the stale issues
days-before-pr-close: 30 # the idle number of days before closing the stale pull requests
exempt-issue-labels: 'WIP' # labels on issues exempted from stale
exempt-pr-labels: 'WIP' # labels on PRs exempted from stale
operations-per-run: 500 # max number of operations per run

0 comments on commit ebbf533

Please sign in to comment.