Skip to content

Commit

Permalink
chore: add labels to exempt from stale and lock bot
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 19, 2023
1 parent fcad2fb commit 92697c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ daysUntilLock: 60
skipCreatedBefore: false

# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: ['Type: Security']
exemptLabels: ['Type: Security', 'Type: Collection']

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false
Expand Down
3 changes: 1 addition & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ daysUntilStale: 60
daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- 'Type: Security'
exemptLabels: ['Type: Security', 'Type: Collection']

# Label to use when marking an issue as stale
staleLabel: 'Status: Abandoned'
Expand Down

0 comments on commit 92697c4

Please sign in to comment.