mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Quote strings in stale issues workflow
[skip ci]
This commit is contained in:
parent
bc921e6f34
commit
bb44341535
1 changed files with 12 additions and 10 deletions
22
.github/workflows/issues-stale.yml
vendored
22
.github/workflows/issues-stale.yml
vendored
|
@ -17,32 +17,34 @@ jobs:
|
||||||
Remove the stale label or comment, otherwise this will be closed in 5 days.
|
Remove the stale label or comment, otherwise this will be closed in 5 days.
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
This issue was closed because it has been stalled for 5 days with no activity.
|
This issue was closed because it has been stalled for 5 days with no activity.
|
||||||
stale-issue-label: stale
|
stale-issue-label: 'stale'
|
||||||
exempt-issue-labels: fixed:next-release,type:enhancement,status:awaiting-triage,status:in-progress
|
exempt-issue-labels: 'fixed:next-release,type:enhancement,status:awaiting-triage,status:in-progress'
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This PR is stale because it has been open for 30 days with no activity.
|
This PR is stale because it has been open for 30 days with no activity.
|
||||||
Remove the stale label or comment, otherwise this will be closed in 5 days.
|
Remove the stale label or comment, otherwise this will be closed in 5 days.
|
||||||
close-pr-message: >
|
close-pr-message: >
|
||||||
This PR was closed because it has been stalled for 5 days with no activity.
|
This PR was closed because it has been stalled for 5 days with no activity.
|
||||||
stale-pr-label: stale
|
stale-pr-label: 'stale'
|
||||||
exempt-pr-labels: status:in-progress
|
exempt-pr-labels: 'status:in-progress'
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
|
|
||||||
- name: Invalid Template
|
- name: Invalid Template
|
||||||
uses: actions/stale@v3
|
uses: actions/stale@v3
|
||||||
with:
|
with:
|
||||||
stale-issue-message: Invalid issues template.
|
stale-issue-message: >
|
||||||
|
Invalid issues template.
|
||||||
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
|
skip-stale-issue-message: true
|
||||||
stale-pr-message: Invalid PR template.
|
stale-pr-message: >
|
||||||
|
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
|
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