diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 547fe1f5f8..de1be38ed4 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -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.'