Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 5c9c181

Browse files
trigger overwatch
1 parent a753243 commit 5c9c181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov_auth/commands/owner/interactors/set_yaml_on_owner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def yaml_side_effects(self, old_yaml: dict | None, new_yaml: dict | None) -> Non
7070

7171
# Update owner's bot column if bot is updated in yaml or if bot is not configured.
7272
if new_yaml_bot != old_yaml_bot or self.owner.bot is None:
73-
new_bot_id = (
73+
new_bot_id: int | None = (
7474
get_ownerid_if_member(
7575
service=self.owner.service,
7676
owner_username=new_yaml_bot,

0 commit comments

Comments
 (0)