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

WIP: Add parser options for team suffix/prefix #9

Closed
wants to merge 2 commits into from
Closed

WIP: Add parser options for team suffix/prefix #9

wants to merge 2 commits into from

Conversation

gregswift
Copy link

When complete this closes #8

Just starting to lay the framework. The first commit introduces the interface for control of the feature, looking for feedback.

# team prefix being used. Skips evyerthing else.
# If we are taking the no-prefix support approach
# then the script should accept all groups, ya?
if not item['name'].startswith(self.team_prefix):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that simply having this behave like this would address the issue... but definitely want some feedback.

    if self.team_prefix and not item['name'].startswith(self.team_prefix):

@ericlake
Copy link

+1

@gregswift gregswift closed this by deleting the head repository Jun 7, 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
Development

Successfully merging this pull request may close these issues.

Make TEAM_PREFIX optional?
2 participants