feat: Add stale pipeline
All checks were successful
Build and Push Docker Image / Build (push) Successful in 23s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 23s
This commit is contained in:
parent
766f4793a8
commit
dd33698f9f
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/stale.yml
Normal file
16
.forgejo/workflows/stale.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Stale PR Cleanup
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "@hourly"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
days-before-stale: 7
|
||||
stale-pr-message: "This PR will be closed in 7 days due to inactivity. Add a comment or remove the 'Stale' label to keep it open."
|
||||
days-before-issue-stale: -1
|
Loading…
Add table
Add a link
Reference in a new issue