Quote strings in stale issues workflow

[skip ci]
This commit is contained in:
JonnyWong16 2021-05-01 23:00:11 -07:00
commit bb44341535
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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