Skip to content

Commit 31f6846

Browse files
committed
Add comment and URL about Github keywords.
1 parent 81e7d56 commit 31f6846

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/scripts/branch_pr_issue_closer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
#fix, fixes, fixed
3636
#resolve, resolves, resolved
3737

38+
#The keywords are designed to match
39+
#the keywords that exist in Github
40+
#already for default branches, which
41+
#can be found here:
42+
#https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
43+
3844
#Create relevant regex patterns:
3945
_CLOSE_KEY = r'close[sd]?'
4046
_FIX_KEY = r'fix(e[sd])?'

0 commit comments

Comments
 (0)