mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Remove skip-stale-issue-message and skip-stale-pr-message
This commit is contained in:
parent
608232a195
commit
d17432460d
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: >
|
close-issue-message: >
|
||||||
This issue was closed because the the template was not completed after 5 days.
|
This issue was closed because the the template was not completed after 5 days.
|
||||||
stale-issue-label: 'invalid:template-incomplete'
|
stale-issue-label: 'invalid:template-incomplete'
|
||||||
skip-stale-issue-message: true
|
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
Invalid PR template.
|
Invalid PR template.
|
||||||
close-pr-message: >
|
close-pr-message: >
|
||||||
This PR was closed because the the template was not completed after 5 days.
|
This PR was closed because the the template was not completed after 5 days.
|
||||||
stale-pr-label: 'invalid:template-incomplete'
|
stale-pr-label: 'invalid:template-incomplete'
|
||||||
exempt-pr-labels: 'status:in-progress'
|
exempt-pr-labels: 'status:in-progress'
|
||||||
skip-stale-pr-message: true
|
|
||||||
only-labels: 'invalid:template-incomplete'
|
only-labels: 'invalid:template-incomplete'
|
||||||
days-before-stale: 0
|
days-before-stale: 0
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue