Merge pull request #21937 from hashicorp/appilon/fix-hashibot-label-remover

[hashibot] fix typo
This commit is contained in:
appilon 2019-06-28 16:27:10 -04:00 committed by GitHub
commit 805ae28876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ behavior "regexp_issue_notifier" "panic_notify" {
}
behavior "remove_labels_on_reply" "remove_stale" {
labels = ["waiting-reponse", "stale"]
labels = ["waiting-response", "stale"]
only_non_maintainers = true
}