[WIP] Added OWNERS for localization projects - #14108
rlenferink wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
4b4b587 to
8c43553
Compare
|
Hugo still returns the following: It still looks like the problem for ignoring additional files hasn't been solved (#10888). I'll have a look into this shortly. |
Aw, shoot--I forgot about that. |
|
So this still can't be used when specifying |
Unfortunately, no, not at the moment. I created the following issue gohugoio/hugo#5922 which maybe will clarify some things for us. |
|
There are 2 options to have this supported: Option 1: Option 2: We could have something as the following in our OWNERS file: reviewers:
- sig-docs-en-reviews
approvers:
- sig-docs-en-owners
labels:
- sig/docs
filters:
"^i18n\/.*":
approvers:
- sig-docs-l10n-owners
"^README-.*\.md$":
approvers:
- sig-docs-l10n-ownersThis will make sure all files in the kubernetes/test-infra#7690 is created for additional information and tracking progress. |
|
👋 just wanted to chime in about the owners file... re option 2: if you are using You can do something like https://github.com/kubernetes/kubernetes/blob/master/OWNERS though i.e. if you want, you can add regex for |
|
@rlenferink: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@rlenferink 👋 Given that Hugo still doesn't follow its own ignore rules, I'm going to close this PR. Please feel free to reopen it if the situation changes. /close |
|
@zacharysarah: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Added sig-docs-l10n-owners to the OWNERS_ALIASES and added a new OWNERS file to the i18n directory. This will enable localization teams to approve changes for content in the
/i18n/directory.xref. #14048
/cc @zacharysarah
/cc @kubernetes/sig-docs-l10n-admins