Skip to content

Commit

Permalink
Update eessi_bot_event_handler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Röblitz <[email protected]>
  • Loading branch information
Neves-P and trz42 authored Jun 10, 2024
1 parent fec556b commit d645202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_bot_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def handle_pull_request_merged_event(self, event_info, pr):

if action == 'merged':
self.log("PR merged: scanning directories used by PR")
self.log(f"merge '{action}' action is handled")
self.log(f"pull_request event with action '{action}' will be handled")
else:
self.log(f"merge action '{action}' not handled")
return
Expand Down

0 comments on commit d645202

Please sign in to comment.