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.
1 parent 46fb0a4 commit 9e668dfCopy full SHA for 9e668df
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