-
Notifications
You must be signed in to change notification settings - Fork 60
feat: sanitize GitHub user identifiers to handle special characters #2944
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
base: main
Are you sure you want to change the base?
feat: sanitize GitHub user identifiers to handle special characters #2944
Conversation
Signed-off-by: Dennis Bilson <dennis.bilson@port.io>
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Dennis Bilson <dennis.bilson@port.io>
User description
Handle bot user identifiers (which have
[]in their names) which break the relationship between the pull requests and their respective users.Updated docs pages
Please also include the path for the updated docs
/)/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/examples/)PR Type
Enhancement, Bug fix
Description
Sanitize GitHub user identifiers to handle special characters
Replace
.user.loginwith.creator.loginin pull request mappingsApply regex substitution to remove square brackets from usernames
Update team member and pull request reviewer identifier mappings
Diagram Walkthrough
File Walkthrough
_github_exporter_example_port_app_config.mdx
Sanitize pull request user identifiers with regexdocs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/examples/_github_exporter_example_port_app_config.mdx
creatorfield from.user.loginto.creator.loginassignees, and reviewers
brackets, and trailing brackets
_github_team_member_port_app_config.mdx
Sanitize team member identifiers with regexdocs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/examples/example-team-members/_github_team_member_port_app_config.mdx
mapping
identifiers
logic