Skip to content

Unowned team globs #58

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

Merged
merged 5 commits into from
Apr 25, 2025
Merged

Unowned team globs #58

merged 5 commits into from
Apr 25, 2025

Conversation

perryqh
Copy link
Contributor

@perryqh perryqh commented Apr 25, 2025

Addressing #52

Allow for team unowned_globs, which subtracts from their owned_globs.

Example:
config/teams/foo.yml

name: Foo
owned_globs:
  - foo/service/**/*
unowned_globs:
  - foo/service/exclude/me.rs

In this example, team Foo owns all files under foo/service/ except for foo/service/exclude/me.rs

@perryqh perryqh changed the title Ph/unowned team globs Unowned team globs Apr 25, 2025
Copy link

@martinemde martinemde left a comment

Choose a reason for hiding this comment

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

Thanks for taking this on and adding this feature so quickly. @ivy and I read through it and did our best to understand :bulbasaur: Looks good!

@perryqh perryqh merged commit d419312 into main Apr 25, 2025
9 checks passed
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