Skip to content

Commit

Permalink
Best to not read comment from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Jul 1, 2024
1 parent 2497993 commit 087d6c5
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 @@ -654,7 +654,7 @@ def handle_pull_request_closed_event(self, event_info, pr):
gh = github.get_instance()
repo = gh.get_repo(repo_name)
pull_request = repo.get_pull(pr.number)
moved_comment = clean_up_comments_cfg[config.CLEAN_UP_COMMENTS_SETTING_MOVED_COMMENT]
moved_comment = f"PR merged! Moved `{job_dirs}` to `{trash_bin_dir}`"
issue_comment = pull_request.create_issue_comment(moved_comment)
return issue_comment

Expand Down

0 comments on commit 087d6c5

Please sign in to comment.