diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2019-08-30 10:44:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 10:44:01 -0700 |
commit | 36e3a8a49cdc89bd5160c53372696335e52936d2 (patch) | |
tree | 0c5b9c63a7fa0fc47480e429c22a716460d0f843 | |
parent | 4ba1270dcc0a51c7c68be2bfbac283ee76ea8680 (diff) | |
download | qtlocation-mapboxgl-36e3a8a49cdc89bd5160c53372696335e52936d2.tar.gz |
[meta] Exempt items on milestones or in projects from stalebot
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 4650483cd5..6f55110173 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for probot-stale - https://github.com/probot/stale -exemptProjects: false -exemptMilestones: false +exemptProjects: true +exemptMilestones: true staleLabel: archived |