Update .hashibot.hcl

This commit is contained in:
Adrien Delorme 2020-01-22 17:15:34 +01:00 committed by GitHub
parent 266a8ccffc
commit 93f421ce89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" {
}
behavior "remove_labels_on_reply" "remove_stale" {
labels = ["waiting-response", "stale"]
labels = ["waiting-reply", "stale"]
only_non_maintainers = true
}