ci: add cron schedule for stale action

pull/4959/merge
Divyansh Singh 2 days ago
parent 08ca699175
commit f386c1a3d4

@ -1,12 +1,14 @@
name: Close stale issues and PRs name: Close stale issues and PRs
on: on:
schedule:
- cron: '0 12 1,15 * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v9 - uses: actions/stale@v10
with: with:
days-before-stale: 30 days-before-stale: 30
days-before-close: -1 days-before-close: -1

Loading…
Cancel
Save