mirror of
https://github.com/actions/stale.git
synced 2025-12-11 04:32:53 +00:00
Add most recent action
This commit is contained in:
6
.github/workflows/close_stale.yml
vendored
6
.github/workflows/close_stale.yml
vendored
@@ -10,8 +10,8 @@ jobs:
|
||||
steps:
|
||||
- uses: bbq-beets/stale-bot@master
|
||||
with:
|
||||
stale_age_days: 0
|
||||
wait_after_stale_days: 0
|
||||
max_operations_per_run: 1
|
||||
stale_age_days: 60
|
||||
wait_after_stale_days: 7
|
||||
max_operations_per_run: 30
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user