CI: add a CODEOWNERS file#135
Conversation
Add a CODEOWNERS file, explicitly listing the @kata-containers/documentation group as the owners of all *.md files. This is used as part of the github 'review and ack' automated process. Fixes: kata-containers#134 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
|
@ttx @fungi Let's see if we can use github groups/teams in the github CODEOWNERS file. I have also enabled github 'two ack' checking on this repo - and I see github is now putting up a 'merged blocked automatically' message on this PR, as expected. |
|
@jodh-intel - did you actually 'ack' this through the github review dialog - as I don't think the l g t m has registered (github will only note the 'approval' tick box in the dialog I reckon). |
|
...grumble... |
|
thx - now we see if another ack clears the github approval check. |
|
Build failed (third-party-check pipeline) integration testing with
|
|
Just for ref, we got a zuul build fail: |
|
github ack approval is happy with the 2 acks we have here. Pullapprove would still like to see another from a member of @kata-containers/proxy /test |
|
Hmm, I think this is nothing to do with this PR, but it is a little concerning that some of our CIs seem to be failing - for instance, from the centos-7.4 we have: @chavafg - how are the CIs right now - do we have known instabilities? |
|
yes, shimv2 test on CentOS is flaky. I opened kata-containers/tests#1047 last week. |
|
Given this PR cannot break the CIs afaict, and we know what the CI errors are (unrelated to this), if nobody objects - can we merge this so I can get on testing #137 against the github CODEOWNERS ack methods? |
|
/me leans on the button and looks whistles nonchalantly... |
Add a CODEOWNERS file, explicitly listing the
@kata-containers/documentation group as the owners
of all *.md files.
This is used as part of the github 'review and ack' automated
process.
Fixes: #134
Signed-off-by: Graham Whaley graham.whaley@intel.com