We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46fb0a4 + 9e668df commit 6900877Copy full SHA for 6900877
lib/ruboty/github/actions/merge_pull_request.rb
@@ -21,7 +21,7 @@ def after_merge_message
21
custom_message = ENV.fetch('AFTER_MERGE_MESSAGE', nil)
22
target_repository = ENV.fetch('AFTER_MERGE_MESSAGE_TARGET_REPOSITORY', '')
23
24
- return unless (repository == target_repository) && custom_message
+ return true unless (repository == target_repository) && custom_message
25
26
message.reply(custom_message)
27
end
0 commit comments