Skip to content

Commit

Permalink
Only assign maintainer from second check run onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 12, 2024
1 parent 49b6d6a commit 3042c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snapshot_manager/snapshot_manager/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def check_todays_builds(self) -> None:
f"<!--ERRORS_FOR_CHROOT/{chroot}--> This is a placeholder for any errors that might happen for the `{chroot}` chroot."
)
self.github.minimize_comment_as_outdated(comment)

else:
# Only assign the issue now so that there are no notifications for
# all the error comments we've just created.
issue.add_to_assignees(self.config.maintainer_handle)
Expand Down

0 comments on commit 3042c8e

Please sign in to comment.