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 a github action for controlling checkout behavior #2

Open
mkruskal-google opened this issue Feb 25, 2023 · 0 comments
Open

Make a github action for controlling checkout behavior #2

mkruskal-google opened this issue Feb 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mkruskal-google
Copy link
Member

Right now, we need to manually checkout protobuf at a specific commit in every job in order to use our custom composite actions. We can't use an in-repo action to abstract away some of the specifics here, since until a checkout we don't have guaranteed access to repository files. Alternatively, we can create a separate repository for a protobuf-ci-checkout action. This would checkout the proper commit and initialize the repository for CI (e.g. setup .bazelrc files, fix newlines in windows, etc).

@mkruskal-google mkruskal-google self-assigned this Feb 25, 2023
@mkruskal-google mkruskal-google added the enhancement New feature or request label Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant