mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "15 05 * * *"
|
- cron: "30 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3.0.14
|
- uses: actions/stale@v3.0.15
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 25
|
days-before-stale: 25
|
||||||
|
Loading…
x
Reference in New Issue
Block a user