Skip to content

Commit

Permalink
Stalebot to handle kind/* (#908)
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 authored Dec 24, 2023
1 parent f7d6315 commit 0b25de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been inactive for 14 days. StaleBot will close this stale issue after 14 more days of inactivity.'
exempt-issue-labels: 'bug,chore,feature,documentation,testing,operational-excellence,automation,roadmap'
exempt-issue-labels: 'bug,chore,feature,documentation,testing,operational-excellence,automation,roadmap,kind/cleanup,kind/documentation,kind/regression,kind/flake,kind/bug,kind/deprecation,kind/support,kind/feature,kind/failing-test,kind/api-change'
stale-issue-label: 'lifecycle/stale'
close-issue-label: 'lifecycle/closed'
stale-pr-message: 'This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity.'
Expand Down

0 comments on commit 0b25de7

Please sign in to comment.