-
Notifications
You must be signed in to change notification settings - Fork 5
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 the GH organization configurable #1056
Conversation
Use ORG in `ci-mgmt` build target
f4c7b2c
to
7fd727a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me. Paging the rest of providers for review to get a few more eyes on it. Let's aim to merge tomorrow to give others a chance to look over it too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change is fine.
Warning
As it stands, I don't think we maintain backwards compatibility guarantees on ci-mgmt
. It is very much a "use at your own risk" repository.
I will submit more changes to get thirdparty support in. The only expectation I have is that people are aware of thirdparty support and not deliberately break it or hardcode new stuff to be Pulumi only. If there is a regression with a third-party provider, I will fast enough find issues and be able to contribute fixes for it. |
Co-authored-by: Guinevere Saenger <guinevere@pulumi.com>
A first small change to the GH workflow generation in an attempt to bring
ci-mgmt
slowly closer to third party package maintainers.