mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
Update stale.yml (#18304)
Exempt all issues w/ assignees from stale bot, increase days before issue close, + add start date to address issue w/ GH API rate limiting ### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
a37e6a503b
commit
68fab24c22
1 changed files with 5 additions and 1 deletions
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
|
|
@ -17,10 +17,14 @@ jobs:
|
|||
with:
|
||||
# Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
|
||||
exempt-issue-labels: contributions welcome, feature request, regression
|
||||
# Override exempt-all-assignees but only to exempt the issues with an assignee to be marked as stale automatically
|
||||
exempt-all-issue-assignees: true
|
||||
# Used to ignore the issues and pull requests created before the start date
|
||||
start-date: 20220419
|
||||
# Number of days without activity before the actions/stale action labels an issue
|
||||
days-before-issue-stale: 30
|
||||
# Number of days without activity before the actions/stale action closes an issue
|
||||
days-before-issue-close: 7
|
||||
days-before-issue-close: 30
|
||||
# Label you want to apply to issues that have been inactive for the amount of time specified by days-before-issue-stale
|
||||
stale-issue-label: "stale"
|
||||
# Comment that you want to add to issues that are labeled by the actions/stale action
|
||||
|
|
|
|||
Loading…
Reference in a new issue