Skip to content

Commit

Permalink
chore: run stalebot on daily schedule (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Nov 21, 2023
1 parent c8e9675 commit 1d17f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
name: Close Inactive Issues

on:
workflow_call:
secrets:
envGH:
required: true
schedule:
- cron: "30 1 * * *" # once a day (1:30 UTC)
workflow_dispatch: # allow manual trigger

jobs:
close-issues-in-triage:
runs-on: ubuntu-latest
permissions:
issues: write

steps:
- uses: actions/stale@v8
with:
Expand Down

0 comments on commit 1d17f99

Please sign in to comment.