Skip to content

Commit

Permalink
chore(stale.yml): Update exempt-issue-labels to include "untriaged" l…
Browse files Browse the repository at this point in the history
…abel
  • Loading branch information
brndnblck committed Nov 2, 2023
1 parent 5b32a42 commit c0e0f42
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 @@ -15,7 +15,7 @@ jobs:
stale-issue-message: "Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏"
close-issue-message: "Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏"
stale-issue-label: "stale"
exempt-issue-labels: "needs discussion" # Comma-separated list of labels.
exempt-issue-labels: "needs discussion", "untriaged" # Comma-separated list of labels.
days-before-stale: 270
days-before-close: 7
ascending: true # https://github.com/actions/stale#ascending
Expand Down

0 comments on commit c0e0f42

Please sign in to comment.