Skip to content

Commit

Permalink
Merge pull request #12 from AppLovin/config/do_not_stale_enhancement_…
Browse files Browse the repository at this point in the history
…issues

Do not stale issues with enhancement tag
  • Loading branch information
cemtuver-applovin authored Dec 4, 2024
2 parents 5a49f21 + 06b7bf1 commit ebc68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/stale@v9
with:
operations-per-run: 250
exempt-issue-labels: "in progress"
exempt-issue-labels: "in progress,enhancement"
days-before-pr-stale: -1
days-before-pr-close: -1
days-before-issue-stale: 30
Expand Down

0 comments on commit ebc68ef

Please sign in to comment.