updated rules for closing stale issues on Github
This commit is contained in:
parent
80f2103f8d
commit
49f8447322
1 changed files with 5 additions and 4 deletions
9
.github/workflows/close-stale-issues.yml
vendored
9
.github/workflows/close-stale-issues.yml
vendored
|
|
@ -12,11 +12,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
days-before-issue-stale: 100
|
||||
days-before-issue-close: 100
|
||||
any-of-labels: wontfix,invalid,duplicate,stale
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 14
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "This issue is stale because it has been open for 100 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 100 days since being marked as stale."
|
||||
stale-issue-message: "This issue is stale because it is marked as 'duplicate', 'wontfix' or 'invalid' and there has been no activity in the past 30 days."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue