You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It can be rather tedious to make sure my subscriptions are tailored perfectly per repo. Describe the solution you'd like
I'd love to be able to glob repos under the same org.
For example: @github subscribe standardjs/standardjs-* workflows:{event:"pull_request","push" branch:"main","dev" actor:"ashokirla"}
Describe alternatives you've considered
I've considered using the teams api to sequentially call the integration repeatedly filtering through my repos and subscribe to the patterns I care about. This however takes considerable overhead to setup and is prone to breaking. I think it would be cleaner if I could run this directly from the integration.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It can be rather tedious to make sure my subscriptions are tailored perfectly per repo.
Describe the solution you'd like
I'd love to be able to glob repos under the same org.
For example:
@github subscribe standardjs/standardjs-* workflows:{event:"pull_request","push" branch:"main","dev" actor:"ashokirla"}
Describe alternatives you've considered
I've considered using the teams api to sequentially call the integration repeatedly filtering through my repos and subscribe to the patterns I care about. This however takes considerable overhead to setup and is prone to breaking. I think it would be cleaner if I could run this directly from the integration.
The text was updated successfully, but these errors were encountered: