File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ def main():
2525 issue_number = int (re .findall (r'#(\d{1,5})' , pull_request_body )[0 ])
2626 issue = repo .get_issue (issue_number )
2727 issue_labels = issue .labels
28- docathon_label_present = any (label .name == 'docathon-h1-2024 ' for label in issue_labels )
28+ docathon_label_present = any (label .name == 'docathon-h1-2025 ' for label in issue_labels )
2929
3030 # if the issue has a docathon label, add all labels from the issue to the PR.
3131 if not docathon_label_present :
32- print ("The 'docathon-h1-2024 ' label is not present in the issue." )
32+ print ("The 'docathon-h1-2025 ' label is not present in the issue." )
3333 return
3434 pull_request_labels = pull_request .get_labels ()
3535 issue_label_names = [label .name for label in issue_labels ]
You can’t perform that action at this time.
0 commit comments