Skip to content

Commit

Permalink
🔧Allow running stale bot manually
Browse files Browse the repository at this point in the history
  • Loading branch information
angularsen authored Jul 8, 2024
1 parent d008d5c commit 8b5326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
name: Mark stale issues and pull requests

on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # Runs every day at 02:00 UTC

jobs:
stale:

runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit 8b5326d

Please sign in to comment.