Update issues-stale.yml
- Remove skip-stale-issue-message - Remove skip-stale-pr-message
This commit is contained in:
parent
1520cb7bf9
commit
5e910b5fab
1 changed files with 0 additions and 2 deletions
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
|
|
@ -37,14 +37,12 @@ jobs:
|
|||
close-issue-message: >
|
||||
This issue was closed because the the template was not completed after 5 days.
|
||||
stale-issue-label: 'invalid:template-incomplete'
|
||||
skip-stale-issue-message: true
|
||||
stale-pr-message: >
|
||||
Invalid PR template.
|
||||
close-pr-message: >
|
||||
This PR was closed because the the template was not completed after 5 days.
|
||||
stale-pr-label: 'invalid:template-incomplete'
|
||||
exempt-pr-labels: 'status:in-progress'
|
||||
skip-stale-pr-message: true
|
||||
only-labels: 'invalid:template-incomplete'
|
||||
days-before-stale: 0
|
||||
days-before-close: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue