mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
Initial import
This commit is contained in:
17
.github/workflows/close_stale.yml
vendored
Normal file
17
.github/workflows/close_stale.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: "Close stale issues"
|
||||
on:
|
||||
push: {}
|
||||
schedule:
|
||||
- cron: 0 * * * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bbq-beets/stale-bot@master
|
||||
with:
|
||||
stale_age_days: 0
|
||||
wait_after_stale_days: 0
|
||||
max_operations_per_run: 1
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" # todo: secrets.github_token
|
||||
Reference in New Issue
Block a user