Skip to content

Commit

Permalink
Update number of operations
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinprasadhs authored Jan 21, 2025
1 parent 94b0a55 commit c1d897a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stale-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ on:
- cron: "30 1 * * *"
jobs:
close-issues:
# Don't do this in forks
if: github.repository == 'keras-team/keras-cv'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
actions: write
steps:
- name: Awaiting response issues
uses: actions/stale@v9
with:
operations-per-run: 500
days-before-issue-stale: 14
days-before-issue-close: 14
stale-issue-label: "stale"
Expand All @@ -34,6 +38,7 @@ jobs:
- name: Contribution issues
uses: actions/stale@v9
with:
operations-per-run: 500
days-before-issue-stale: 180
days-before-issue-close: 365
stale-issue-label: "stale"
Expand Down

0 comments on commit c1d897a

Please sign in to comment.