make stalebot ignore prs tagged "meta"

This commit is contained in:
Francisco Giordano
2019-12-19 19:13:42 -03:00
committed by GitHub
parent fbddf5ba5b
commit ccdeca65a1

1
.github/stale.yml vendored
View File

@ -10,6 +10,7 @@ daysUntilClose: 15
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- on hold
- meta
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false