Make # replacing more strict by serhiy-storchaka · Pull Request #115 · python/cherry-picker
Navigation Menu
{{ message }}
python / cherry-picker Public
- Notifications You must be signed in to change notification settings
- Fork 47
Merged
serhiy-storchaka merged 1 commit intopython:mainfrom
Feb 12, 2024Merged
Make # replacing more strict#115
serhiy-storchaka merged 1 commit intopython:mainfrom
Make # replacing more strict#115
serhiy-storchaka merged 1 commit intopython:mainfrom
Conversation
Copy link
Member
serhiy-storchaka
commented
Feb 12, 2024
serhiy-storchaka
commented
Only replace "#" with "GH-" with the following conditions:
- "#" is separated from the previous word
- "#" is followed by at least 5-digit number that does not start with 0
- the number is separated from the following word
Fixes #114.
Only replace "#" with "GH-" with the following conditions: * "#" is separated from the previous word * "#" is followed by at least 5-digit number that does not start with 0 * the number is separated from the following word
serhiy-storchaka
force-pushed
the
replace-number-sign
branch
from
d6b4dbf to
62f39f1
Compare
JelleZijlstra approved these changes Feb 12, 2024
hugovk approved these changes Feb 12, 2024
serhiy-storchaka
merged commit
19634f2
into
python:main
serhiy-storchaka
deleted the
replace-number-sign
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment