mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-01-18 00:25:27 +00:00
chore(deps): bump actions/stale from 5 to 6 (#7108)
This commit is contained in:
parent
8745e48069
commit
04a2f3b468
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Stale issues
|
- name: Stale issues
|
||||||
uses: actions/stale@v5
|
uses: actions/stale@v6
|
||||||
id: stale-issues
|
id: stale-issues
|
||||||
with:
|
with:
|
||||||
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }}
|
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }}
|
||||||
|
|
||||||
- name: Stale Pull Requests
|
- name: Stale Pull Requests
|
||||||
uses: actions/stale@v5
|
uses: actions/stale@v6
|
||||||
id: stale-prs
|
id: stale-prs
|
||||||
with:
|
with:
|
||||||
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user