Skip to content

Commit

Permalink
ci: Drop stalebot for PRs (#7620)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Jan 23, 2025
1 parent 319b209 commit 447b057
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ jobs:
if: github.repository == 'aws/karpenter-provider-aws'
name: Stale issue bot
steps:
# PR stale-out
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-issue-labels: 'ignore' # Ignore this step for Issues
stale-pr-message: 'This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity.'
exempt-pr-labels: 'blocked,needs-review,needs-design'
stale-pr-label: 'lifecycle/stale'
close-pr-label: 'lifecycle/closed'
days-before-stale: 14
days-before-close: 14
operations-per-run: 300
# Issue stale-out for "triage/needs-information"
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
Expand Down

0 comments on commit 447b057

Please sign in to comment.