8000 Fix gh-issue- prefix · python/bedevere@bd11ac5 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd11ac5

Browse files
Fix gh-issue- prefix
Blurb generates gh-issue- but Bedevere only accepted gh-. This was discussed here: python/core-workflow#431 (comment)
1 parent 528e812 commit bd11ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bedevere/news.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
FILENAME_RE = re.compile(r"""# YYYY-mm-dd or YYYY-mm-dd-HH-MM-SS
1919
\d{4}-\d{2}-\d{2}(?:-\d{2}-\d{2}-\d{2})?\.
20-
(?:bpo|gh)-\d+(?:,\d+)*\. # Issue number(s)
20+
(?:bpo|gh-issue)-\d+(?:,\d+)*\. # Issue number(s)
2121
[A-Za-z0-9_=-]+\. # Nonce (URL-safe base64)
2222
rst # File extension""",
2323
re.VERBOSE)

0 commit comments

Comments
 (0)
0