diff options
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 3ef4d01d82a..0235daa9121 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,12 +4,11 @@ daysUntilStale: 60 # If no answer after two weeks, we close daysUntilClose: 14 -# Only issues or pull requests that requires info from the op and are not triaged +# Only issues that requires info from the op onlyLabels: - "needs info" - - "0. Needs triage" -# If security or already triaged, ignore +# Only if issues that are not triaged exemptLabels: - "1. to develop" - "2. developing" |