Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Adding workflow_dispatch trigger to enable manual execution of the workflow.
  • Loading branch information
etirelli authored Jul 9, 2024
1 parent 54a1dd2 commit 7bf16a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '00 03 * * *'
workflow_dispatch:

jobs:
stale:
Expand Down

0 comments on commit 7bf16a0

Please sign in to comment.