mirror of
https://github.com/actions/stale.git
synced 2025-12-11 04:32:53 +00:00
remove lib and node_modules
This commit is contained in:
committed by
Shawn Napora
parent
dc7133054e
commit
1eec735134
17
.github/workflows/close_stale.yml
vendored
17
.github/workflows/close_stale.yml
vendored
@@ -1,17 +0,0 @@
|
||||
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: 60
|
||||
wait_after_stale_days: 7
|
||||
max_operations_per_run: 30
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user