Skip to content

Commit

Permalink
Add comment and URL about Github keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Aug 22, 2024
1 parent 81e7d56 commit 31f6846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/branch_pr_issue_closer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
#fix, fixes, fixed
#resolve, resolves, resolved

#The keywords are designed to match
#the keywords that exist in Github
#already for default branches, which
#can be found here:
#https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

#Create relevant regex patterns:
_CLOSE_KEY = r'close[sd]?'
_FIX_KEY = r'fix(e[sd])?'
Expand Down

0 comments on commit 31f6846

Please sign in to comment.