Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue referenced in Body requires space after issue number. #5

Open
hattan opened this issue May 14, 2020 · 1 comment · Fixed by healthstarconnectsllc/verify-linked-issue-action#1 · May be fixed by #41
Open

Issue referenced in Body requires space after issue number. #5

hattan opened this issue May 14, 2020 · 1 comment · Fixed by healthstarconnectsllc/verify-linked-issue-action#1 · May be fixed by #41

Comments

@hattan
Copy link
Owner

hattan commented May 14, 2020

There must be a space after the issue number (ie "#12 " not "#12".) This is due to the way the RegEx is structured and will be resolved in a future release.

The RegEx needs to be updated so that it works even if there is no space after the issue number.

"This resolves #12 . thanks!" - this works
"This resolves #12 " - this works
"This resolves #12" - does not work.

@cdunkers
Copy link

to verify that the it is all numbers the following regex could be used /#[1-9][0-9]*/g

wilkinson4 pushed a commit to wilkinson4/verify-linked-issue-action that referenced this issue Oct 26, 2023
wilkinson4 pushed a commit to wilkinson4/verify-linked-issue-action that referenced this issue Oct 26, 2023
wilkinson4 pushed a commit to wilkinson4/verify-linked-issue-action that referenced this issue Oct 26, 2023
wilkinson4 pushed a commit to wilkinson4/verify-linked-issue-action that referenced this issue Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants