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

Filtering pulls by branch #402

Open
oleh-kolinko opened this issue Nov 26, 2024 · 0 comments
Open

Filtering pulls by branch #402

oleh-kolinko opened this issue Nov 26, 2024 · 0 comments

Comments

@oleh-kolinko
Copy link

oleh-kolinko commented Nov 26, 2024

Is your feature request related to a problem? Please describe.
The problem in mono repos with a lot of activity and pulls, there is very limited ways to filter pulls with GitHub - Teams integration

Describe the solution you'd like

I would like filtering by branch name for pulls. Similar functionality already exists for filtering commits by branch, so solution could be:

@github subscribe org/repo pulls:myBranch

OR similarly to filtering by label:

@github subscribe org/repo pulls +branch:myBranch

Important to have an option to use wild cards e.g.: feature/*, bugfix/*

Describe alternatives you've considered
Alternative is to use filtering by labels. But it is cumbersome for you to set up a separate workflow to auto-label pulls first, and only after that you can filter by label.

Additional context
It would be very useful for a big mono repo where a lot of pulls are happening and you only want to focus on specific branches.

It would also be useful if you want to group different types of branches (e.g. feature/*, bugfix/*, development) to a specific channel in Teams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant