mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added emoji to exempt list to match current labels
This commit is contained in:
parent
5a6b8bb856
commit
e5c1f4847d
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
|
@ -9,6 +9,10 @@ exemptLabels:
|
||||||
- :woman_technologist: ready for dev
|
- :woman_technologist: ready for dev
|
||||||
- :moneybag: bounty
|
- :moneybag: bounty
|
||||||
- :hand: bug
|
- :hand: bug
|
||||||
|
- "🔐 security"
|
||||||
|
- "👩💻 ready for dev"
|
||||||
|
- "💰 bounty"
|
||||||
|
- "✋ bug"
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
|
Loading…
Reference in a new issue