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

Open a PR to all model deployment repositories upon creation of new vX branch #204

Open
CodeGat opened this issue Jan 2, 2025 · 1 comment
Assignees

Comments

@CodeGat
Copy link
Member

CodeGat commented Jan 2, 2025

Currently, we have to create PRs manually for all model deployment repositories that we support. We use branch references for the most part, but allow tag references for the reusable workflows within this repository.

Upon creation of a new major version of the infrastructure, open PRs to all supported model deployment repositories.

@CodeGat CodeGat self-assigned this Jan 2, 2025
@CodeGat
Copy link
Member Author

CodeGat commented Jan 2, 2025

To get all deployment repositories:

gh search repos --owner access-nri --json name --jq '[.[].name] | @sh' -- topic:deployment -topic:template

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

When branches are created from issues, their pull requests are automatically linked.

1 participant