Compare commits
1 commit
a626a73289
...
a217a0da72
Author | SHA1 | Date | |
---|---|---|---|
a217a0da72 |
1 changed files with 14 additions and 0 deletions
14
.gitea/workflows/stale.yml
Normal file
14
.gitea/workflows/stale.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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 3 days bc yo mom is a bitch"
|
||||||
|
days-before-pr-stale: 2
|
||||||
|
days-before-pr-close: 3
|
Reference in a new issue