Skip to content

Commit b7e58cd

Browse files
authored
Merge pull request #112 from ruby/claude/github-actions-error-fix-2fba53
Match the updated merge commit rejection message
2 parents 2fe75b9 + 09af101 commit b7e58cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-pre-receive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_prohibit_merge_commit
9797
make_commit("mame", "mame@ruby-lang.org", "e")
9898
err = git("push") rescue $!
9999
assert_match(
100-
/A merge commit is prohibited\./,
100+
/A merge commit is prohibited for refs\/heads\/master\./,
101101
err.message
102102
)
103103
end

0 commit comments

Comments
 (0)