Remove hashibot panic issue labeler

HashiBot labels issues as "crash" and "bug" when they container "panic:". This causes issues to bypass human triage, which means that provider-specific panics are put in our issue list rather than being labeled correctly. This removes that rule to allow for human labeling.
This commit is contained in:
Daniel Dreier 2020-05-13 11:58:57 -07:00
parent d350818126
commit 7aa8e65e16
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
behavior "regexp_issue_labeler" "panic_label" {
regexp = "panic:"
labels = ["crash", "bug"]
}
behavior "remove_labels_on_reply" "remove_stale" {
labels = ["waiting-response", "stale"]
only_non_maintainers = true