Skip to content

Commit

Permalink
Disable the stale action.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Dec 9, 2024
1 parent 54efdc9 commit 331961e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Check stale issues and pull requests

on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
# NOTE: The automatic stale action is temporarily disabled, but it can still be triggered manually if needed using the workflow_dispatch.
# schedule:
# - cron: '0 12 * * *'

permissions:
issues: write
Expand Down

0 comments on commit 331961e

Please sign in to comment.