Skip to content

Commit

Permalink
Merge pull request #6 from Neves-P/feature/disk_cleanup
Browse files Browse the repository at this point in the history
Feature/disk cleanup
  • Loading branch information
Neves-Bot authored Jun 11, 2024
2 parents 7b98722 + b1dfd1d commit fd3912e
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_closed_event(self, event_info, pr):
action = request_body['action']
merged = request_body['pull_request']['merged']

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

0 comments on commit fd3912e

Please sign in to comment.