remove panic notifier

This commit is contained in:
Alex Pilon 2019-08-02 17:52:33 -04:00
parent 3cda2bd7a5
commit f2b9d1a526
No known key found for this signature in database
GPG Key ID: 95659F6AEFC48D7E
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@ behavior "regexp_issue_labeler" "panic_label" {
labels = ["crash", "bug"]
}
behavior "regexp_issue_notifier" "panic_notify" {
regexp = "panic:"
slack_channel = env.TERRAFORM_SLACK_CHANNEL
message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it."
}
behavior "remove_labels_on_reply" "remove_stale" {
labels = ["waiting-response", "stale"]
only_non_maintainers = true