Skip to content

Commit

Permalink
Update comment about keyword match loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Aug 22, 2024
1 parent eb4e376 commit 81e7d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/branch_pr_issue_closer.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _main_prog():
#Create new "closed" PR list:
close_pulls = []

#Search text right after keywords for possible issue numbers:
#Go through all matches to pull out PR and issue numbers:
for match in word_matches:

issue_dict = match.groupdict()
Expand Down

0 comments on commit 81e7d56

Please sign in to comment.