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

Fix the trailing slash in our repo regexs #6956

Merged
merged 6 commits into from
Apr 28, 2020

Conversation

ericholscher
Copy link
Member

This was causing an issue with consumers of the GITHUB_REGEX.
We were calling rstrip in some client code,
but others were getting the /.

This fixes the actual regexs to properly not return the trailing /.

This was causing an issue with consumers of the GITHUB_REGEX.
We were calling `rstrip` in some client code,
but others were getting the `/`.

This fixes the actual regexs to properly not return the trailing /.
@ericholscher ericholscher requested a review from a team April 23, 2020 16:02
@ericholscher ericholscher merged commit e908fb2 into master Apr 28, 2020
@ericholscher ericholscher deleted the fix-trailing-slash-repo-url branch April 28, 2020 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants