Skip to content

Commit

Permalink
ignore Idea and ToDo labels in stale handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelzebob6666 authored Oct 31, 2024
1 parent a729552 commit 99c0ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issues_handle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
exempt-issue-labels: "ToDo,Idea"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
Expand Down

0 comments on commit 99c0ea9

Please sign in to comment.