Skip to content

Commit f261486

Browse files
committed
branches can start with mr/
1 parent 9454722 commit f261486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/review_run_slides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def main():
210210
branch = get_current_git_branch()
211211

212212
if branch != "master":
213-
VALID_BRANCH_PREFIX = ("build/", "slides/", "training/", "experimental/")
213+
VALID_BRANCH_PREFIX = ("mr/", "build/", "slides/", "training/", "experimental/")
214214
if not any(branch.startswith(prefix) for prefix in VALID_BRANCH_PREFIX):
215215
print(
216216
f"branch name must start with one of {VALID_BRANCH_PREFIX}",

0 commit comments

Comments
 (0)