mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 03:18:32 +00:00
ci: update global workflows (#1904)
This commit is contained in:
parent
a851ef6068
commit
a932f6bee8
4
.github/workflows/issues-stale.yml
vendored
4
.github/workflows/issues-stale.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Stale
|
- name: Stale
|
||||||
uses: actions/stale@v8
|
uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
This issue was closed because it has been stalled for 10 days with no activity.
|
This issue was closed because it has been stalled for 10 days with no activity.
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GH_BOT_TOKEN }}
|
repo-token: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Invalid Template
|
- name: Invalid Template
|
||||||
uses: actions/stale@v8
|
uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user