We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e7d56 commit 31f6846Copy full SHA for 31f6846
.github/scripts/branch_pr_issue_closer.py
@@ -35,6 +35,12 @@
35
#fix, fixes, fixed
36
#resolve, resolves, resolved
37
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
+
44
#Create relevant regex patterns:
45
_CLOSE_KEY = r'close[sd]?'
46
_FIX_KEY = r'fix(e[sd])?'
0 commit comments