diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-06 15:53:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 15:53:35 +0100 |
commit | 1959aca2a978642b73ea815b9b89dd3219830cef (patch) | |
tree | 1b42a8cb20b25a9f595869244233ab1b716c6a2b | |
parent | 03b121b235e4bf105547e327c02928fc23597440 (diff) |
chore: exempt tests and build labels from stalebot (#9027)
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 6e59d33a7..b6734fa45 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,10 @@ exemptLabels: - bug - suggestion - feat + - tests + - build + +exemptMilestones: true staleLabel: stale |