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

document pr landing patterns #11

Open
ModProg opened this issue Nov 22, 2023 · 0 comments
Open

document pr landing patterns #11

ModProg opened this issue Nov 22, 2023 · 0 comments

Comments

@ModProg
Copy link
Contributor

ModProg commented Nov 22, 2023

Even though any PR targets a single branch, we may be interrested in
learning whether it has landed in any number of branches.
These are a comma separated list of `<target>:<channels>`.
<target> is a regex pattern matching target branches for PRs.
<channels> are a space separated list of glob patterns matching git branches.
For each PR that matches <target>, we check if that PR has landed in each of the
corresponding channels for that <target>.
>>> TODO: explain .flat_map(|(b, c)| c.iter().map(|chan| b.replace(base, chan).to_string())) <<<
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

No branches or pull requests

1 participant