chore: Remove stale action
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s
This commit is contained in:
parent
80be6e39ca
commit
b48ee58f89
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
name: Stale PR Cleanup
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "@hourly"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v9
|
|
||||||
with:
|
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
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