Merge pull request #22317 from hashicorp/appilon/turn-off-slack-panics

[hashibot] remove panic notifier
This commit is contained in:
appilon 2019-08-02 17:58:38 -04:00 committed by GitHub
commit eada5e03fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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