Skip to content

Commit

Permalink
[ci] Run stale job on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Oct 19, 2023
1 parent 04766ee commit d3983c8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
# SPDX-License-Identifier: Apache-2.0

name: 'Close stale issues and PRs'
# on:
# schedule:
# - cron: '30 1 * * *'
on: workflow_dispatch
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
debug-only: true
stale-issue-label: Status:Stale
stale-pr-label: Status:Stale
stale-issue-message: |
Expand Down

0 comments on commit d3983c8

Please sign in to comment.