Skip to content

Commit d312394

Browse files
Merge pull request rust-lang#129 from camelid/consistent-punct
Use more consistent punctuation for 'tree is closed' message
2 parents e7242f1 + 8bd22d4 commit d312394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def parse_commands(body, username, user_id, repo_label, repo_cfg, state,
607607
treeclosed, treeclosed_src = state.blocked_by_closed_tree()
608608
if treeclosed:
609609
state.add_comment(
610-
':evergreen_tree: The tree is currently [closed]({}) for pull requests below priority {}, this pull request will be tested once the tree is reopened' # noqa
610+
':evergreen_tree: The tree is currently [closed]({}) for pull requests below priority {}. This pull request will be tested once the tree is reopened.' # noqa
611611
.format(treeclosed_src, treeclosed)
612612
)
613613
state.change_labels(LabelEvent.APPROVED)

0 commit comments

Comments
 (0)