mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Update stale-actions.yml
This commit is contained in:
parent
a4e8b9d681
commit
cdd660b427
4
.github/workflows/stale-actions.yml
vendored
4
.github/workflows/stale-actions.yml
vendored
@ -2,13 +2,13 @@ name: "Mark or close stale issues and PRs"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "15 05 * * *"
|
||||
- cron: "30 * * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3.0.14
|
||||
- uses: actions/stale@v3.0.15
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 25
|
||||
|
Loading…
x
Reference in New Issue
Block a user