fix slack channel ref

This commit is contained in:
Alex Pilon 2019-06-17 23:11:53 -04:00
parent fd70755b01
commit 4a080f5ef7
No known key found for this signature in database
GPG Key ID: 95659F6AEFC48D7E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" {
behavior "regexp_issue_notifier" "panic_notify" {
regexp = "panic:"
slack_channel = env.COMMITTERS_SLACK_CHANNEL
slack_channel = env.TERRAFORM_SLACK_CHANNEL
message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it."
}