diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index aa2011797..8619c6e32 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -25,9 +25,9 @@ jobs: days-before-pr-close: -1 stale-issue-label: auto-triage-stale stale-issue-message: 👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. - close-issue-message: As this issue has been inactive for more than one month, we will be closing it. Thanks again for writing in! + close-issue-message: As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number. exempt-issue-labels: auto-triage-skip exempt-all-milestones: true remove-stale-when-updated: true enable-statistics: true - debug-only: true # TODO: remove after test run \ No newline at end of file + operations-per-run: 60 \ No newline at end of file