-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(parametermanager): created folder to add samples #2921
base: main
Are you sure you want to change the base?
Conversation
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.
Also, when you start writing the actual samples, make sure to
- Follow the contributing guide
- Several smaller PRs are better than a huge one. It's easier to review and bring to completion one small PR than a bigger one. Learnings from a small PR can be more easily applied to subsequent PRs.
@@ -45,6 +45,10 @@ assign_issues_by: | |||
- 'api: secretmanager' | |||
to: | |||
- GoogleCloudPlatform/cloud-secrets-team | |||
- labels: | |||
- 'api: parametermanager' |
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 label does not exist, they are synced to GitHub from an internal list, you need to add it internally firts and then wait for it to sync back here.
- labels: | ||
- 'api: parametermanager' | ||
to: | ||
- GoogleCloudPlatform/cloud-parameters-team |
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 group does not exist.
@@ -30,6 +30,7 @@ appengine/flexible/ @GoogleCloudPlatform/serverless-runtimes @GoogleCloudPlatfor | |||
|
|||
kms/ @GoogleCloudPlatform/dotnet-samples-reviewers | |||
secretmanager/ @GoogleCloudPlatform/dotnet-samples-reviewers @GoogleCloudPlatform/cloud-secrets-team | |||
secretmanager/ @GoogleCloudPlatform/dotnet-samples-reviewers @GoogleCloudPlatform/cloud-secrets-team @GoogleCloudPlatform/cloud-parameters-team |
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.
You copy pasted but didn't make all changes, this is still setting ownership for secretmanager.
feat(parametermanager): created folder to add samples
Added a placeholder file for folder creation of parametermanager
Added cloud-parameters-team to blunderbuss.yml and CODEOWNERS