-
Notifications
You must be signed in to change notification settings - Fork 222
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
[TEP-0079] Add tektoncd-catalog org to org.yaml #933
[TEP-0079] Add tektoncd-catalog org to org.yaml #933
Conversation
/cc @tektoncd/governing-board could you please take a look and suggest on the role assignment? I can remove myself out of the org admin after the migration is done. 😄 |
part of: tektoncd-catalog/.github#3 |
d4be1a2
to
e633d66
Compare
@vdemeester. Updated the collaborator and maintainer list as we discussed today. PTAL. |
- piyush-garg | ||
- PuneetPunamiya | ||
- sm43 | ||
- QuanZhang-William |
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.
@tektoncd/governing-board. I'm also adding myself as the collaborator, following the simple mechanism, nominated by @vinamra28 and @vdemeester
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.
We may also need to update the https://github.com/tektoncd/community/blob/main/process.md doc to include tektoncd-catalog
org. Will send out PR to update after the migration is done.
e633d66
to
1d9bcae
Compare
Part of [tektoncd#889][tektoncd#889]. This commit add the `tektoncd-catalog` to the `org.yaml` file so that the org, org member, team and team members can be automatically managed by Peribolos (which lets `tektoncd-catalog` org reaches the same level of automation as `tektoncd`). The role assignment can be only done for the members that have already joined the new org. The role is assigned to each individual based on his/her current role in `tektoncd/catalog` repo. This commit only adds teams for the [golang][golang] repo as the migration of the repo is under going. More teams will be added in later PRs once we start the migration for other Verified Catalogs. [golang]: https://github.com/tektoncd-catalog/golang [tektoncd#889]: tektoncd#889
1d9bcae
to
459fbc8
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester, vinamra28, wlynch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Part of #889. This commit add the
tektoncd-catalog
to theorg.yaml
file so that the org, org member, team and team members can be automatically managed by Peribolos (which letstektoncd-catalog
org reaches the same level of automation astektoncd
).The role assignment can be only done for the members that have already joined the new org. The role is assigned to each individual based on his/her current role in
tektoncd/catalog
repo.This commit only adds teams for the golang repo as the migration of the repo is under going. More teams will be added in later PRs once we start the migration for other Verified Catalogs.