diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2019-05-08 18:43:20 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2019-05-08 18:43:20 +0300 |
| commit | 58b02774a4fb15f14ff0731690a288b9e0c603fe (patch) | |
| tree | 30300e6b87c8702ba6aabf6b7eb121c7edd1ea27 /.github | |
| parent | f9025254b97b094579217232eabd062308470817 (diff) | |
Update the stale bot config
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index fbd6342..67e5964 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,19 +12,20 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "high priority" + - "High Priority" + - "Pinned" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false # Set to true to ignore issues in a milestone (defaults to false) -exemptMilestones: false +exemptMilestones: true # Set to true to ignore issues with an assignee (defaults to false) exemptAssignees: false # Label to use when marking as stale -staleLabel: stale +staleLabel: Stale # Comment to post when marking as stale. Set to `false` to disable markComment: > |
