E #1016
1 changed files with 2 additions and 2 deletions
4
.github/workflows/batch_close_issues.yml
vendored
4
.github/workflows/batch_close_issues.yml
vendored
|
@ -10,9 +10,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
|
- uses: https://github.com/actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Close everything older than ~6 months
|
# Close everything older than ~6 months
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue