Skip to content

Commit

Permalink
Set operations-per-run as 250 for the stale action (#742)
Browse files Browse the repository at this point in the history
This PR sets operations-per-run to 250 for the GitHub stale action in
the `issue_stale.yml` workflow file.
  • Loading branch information
cemtuver-applovin authored Nov 7, 2024
1 parent 91508d2 commit b1d8dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
operations-per-run: 250
exempt-issue-labels: "in progress"
days-before-pr-stale: -1
days-before-pr-close: -1
Expand Down

0 comments on commit b1d8dac

Please sign in to comment.