Add operations per run (#19538)

This commit is contained in:
Sachin Prasad 2024-04-17 11:03:43 -07:00 committed by GitHub
parent 47b5ba5bbd
commit 1c9e01c79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,8 @@ on:
- cron: "30 1 * * *"
jobs:
close-issues:
# Don't do this in forks
if: github.repository == 'keras-team/keras'
runs-on: ubuntu-latest
permissions:
issues: write
@ -12,6 +14,7 @@ jobs:
- 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"
@ -34,6 +37,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"