mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -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.
|
||||
close-issue-message: >
|
||||
This issue was closed because it has been stalled for 5 days with no activity.
|
||||
stale-issue-label: stale
|
||||
exempt-issue-labels: fixed:next-release,type:enhancement,status:awaiting-triage,status:in-progress
|
||||
stale-issue-label: 'stale'
|
||||
exempt-issue-labels: 'fixed:next-release,type:enhancement,status:awaiting-triage,status:in-progress'
|
||||
stale-pr-message: >
|
||||
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.
|
||||
close-pr-message: >
|
||||
This PR was closed because it has been stalled for 5 days with no activity.
|
||||
stale-pr-label: stale
|
||||
exempt-pr-labels: status:in-progress
|
||||
stale-pr-label: 'stale'
|
||||
exempt-pr-labels: 'status:in-progress'
|
||||
days-before-stale: 30
|
||||
days-before-close: 5
|
||||
|
||||
- name: Invalid Template
|
||||
uses: actions/stale@v3
|
||||
with:
|
||||
stale-issue-message: Invalid issues template.
|
||||
stale-issue-message: >
|
||||
Invalid issues template.
|
||||
close-issue-message: >
|
||||
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: Invalid PR template.
|
||||
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
|
||||
stale-pr-label: 'invalid:template-incomplete'
|
||||
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-close: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue