diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-08-25 01:18:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 17:18:37 +0200 |
| commit | 7ae30bcc89829a8e4d101deeb3a977f488ef7a12 (patch) | |
| tree | 3db00f09aebb1657a789ee21bd93bc9a4a436ced | |
| parent | c4561ac9691a01bd5ceced5b41ce6e511b7fde70 (diff) | |
chore: add refactor and chore to exempt stale labels (#11824)
| -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 9b07485c7..d63f128ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,8 @@ exemptLabels: - bug - suggestion - feat + - refactor + - chore - tests - build - docs |
