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

make determining what is a PR branch CI provider agnostic #4

Open
devinburnette opened this issue May 3, 2024 · 1 comment
Open

Comments

@devinburnette
Copy link
Contributor

right now this only works with CircleCI. maybe we introduce some type of config where we can set a "trunk" or "default branch" pattern, and everything else is a PR?

@samandmoore
Copy link
Member

Looking at the code, it's probably not too hard to make it so folks can configure a lambda for it as a config setting. The default can just be the presence of that circleci env var but then someone can override it to be whatever they need, like checking the GitHub event name in GitHub actions or something.

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

2 participants