You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added this to our triagebot.toml in Miri in the hopes of getting automatic labels when submitting a "changes requested" review:
[review-submitted]
# This label is added when a "request changes" review is submitted.
reviewed_label = "S-waiting-on-author"
# These labels are removed when a "request changes" review is submitted.
review_labels = ["S-waiting-on-review"]
However, this does not seem to work -- I submitted such a review in rust-lang/miri#4054, and the labels were not updated.
We copied the config here from the Rust repo. This slightly different than what the documentation says:
[review-submitted]
# These labels are removed when a review is submitted.
review_labels = ["S-waiting-on-review"]
# This label is added when a review is submitted.
reviewed_label = ["S-waiting-on-author"]
In the docs, reviewed_label is still a list, even though the name is singular -- that's confusing. Not sure if the docs are right or the rustc repo is right?
The text was updated successfully, but these errors were encountered:
We have added this to our triagebot.toml in Miri in the hopes of getting automatic labels when submitting a "changes requested" review:
However, this does not seem to work -- I submitted such a review in rust-lang/miri#4054, and the labels were not updated.
We copied the config here from the Rust repo. This slightly different than what the documentation says:
In the docs,
reviewed_label
is still a list, even though the name is singular -- that's confusing. Not sure if the docs are right or the rustc repo is right?The text was updated successfully, but these errors were encountered: