Skip to content

Commit

Permalink
Update close-inactive-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast authored Nov 22, 2024
1 parent 5797714 commit bee509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-inactive-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
operations-per-run: 30 # Adjust as needed to handle more issues
mark-issue-as-stale: true # Mark the issue as stale
close-issue: true # Enable issue closing
stale-pr-label: '' # Leave empty if not handling pull requests
only-issues: true # Only process issues, not PRs
exempt-issue-labels: 'pinned,important' # Optional: Exclude certain labels

0 comments on commit bee509f

Please sign in to comment.