diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-08-02 10:40:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 10:40:14 +1000 |
commit | 0b3b2e198db0611d65aa3e180762511d51db6481 (patch) | |
tree | 5299661652aae163ad7258abf25e632facacb1b0 | |
parent | 09d14b1b57ffe28e5d43d3fb3ae237cc944596ae (diff) |
chore: add perf and needs investigation to stalebot (#15381)
-rw-r--r-- | .github/stale.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 44ba991f4..5d48d1bd6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,6 +14,8 @@ exemptLabels: - build - docs - flaky + - perf + - needs investigation exemptMilestones: true |