Compare commits
No commits in common. "aa7cf00ebb895aabc4ed5e4b36a7bece1ab22fea" and "fa67dd5ebf6033049d8d277b9e8293e299426ae7" have entirely different histories.
aa7cf00ebb
...
fa67dd5ebf
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
name: "Close stale issues and PRs"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
stale-pr-message: "Will be closed in x days bc yo mom is a bitch. im not telling you when it will be closed fuckface"
|
||||
days-before-pr-stale: 2
|
||||
days-before-pr-close: 3
|
Reference in a new issue