Skip to content

Commit 073c478

Browse files
jennyhicksonr-sharp
authored andcommitted
tweak comments (MetOffice#191)
1 parent e843e52 commit 073c478

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gh_review_project/cr_deadline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def remove_milestone(
1414
open_issues = issue_data.get_milestone(milestone=milestone, status="open")
1515

1616
comment = (
17-
f"[Automatic Update]\n\nThe Code Review deadline for the {milestone} has "
17+
f"[Bulk Update]\n\nThe Code Review deadline for the {milestone} milestone has "
1818
f"passed. As this issue does not have a linked pull request it has been "
1919
f"removed from the milestone. Please review this issue and either select "
2020
f"a new milestone or close it as appropriate. Please contact "
21-
f"@MetOffice/ssdteam if you think there has been an error.\n\n Thanks"
21+
f"MetOffice/ssdteam if you think there has been an error.\n\n Thanks"
2222
)
2323

2424
for repo in open_issues:

gh_review_project/finish_milestone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ def tidy_issues(issue_data: ProjectData, milestone: str, dry_run: bool = False)
125125

126126
issues = issue_data.get_milestone(milestone=milestone, status="open")
127127
comment = (
128-
f"[Automatic Update]\n\nThe {milestone} milestone is being closed. "
128+
f"[Bulk Update]\n\nThe {milestone} milestone is being closed. "
129129
f"Please review this issue and either select a new milestone or "
130-
f"close it as appropriate. Please contact @MetOffice/ssdteam if "
130+
f"close it as appropriate. Please contact MetOffice/ssdteam if "
131131
f"you think there has been an error.\n\n Thanks"
132132
)
133133
for repo in issues:

0 commit comments

Comments
 (0)