Compare commits
2 commits
b25f76dde8
...
39feba7d1d
Author | SHA1 | Date | |
---|---|---|---|
39feba7d1d |
|||
9639525ddd |
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
name: "Close stale issues and PRs"
|
name: "Close stale issues and PRs"
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 1 * * *"
|
- cron: "@hourly"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Reference in a new issue