Compare commits
No commits in common. "39feba7d1d5d798c59820377b4dd49ebc075d968" and "b25f76dde8bbf18d4c5d85724e8a662972310e18" have entirely different histories.
39feba7d1d
...
b25f76dde8
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
name: "Close stale issues and PRs"
|
name: "Close stale issues and PRs"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@hourly"
|
- cron: "30 1 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Reference in a new issue