cwa-documentation icon indicating copy to clipboard operation
cwa-documentation copied to clipboard

Errors in CODEOWNERS file

Open MikeMcC399 opened this issue 3 years ago • 0 comments

Where to find the issue

main/CODEOWNERS

Describe the issue

GitHub flags the file main/CODEOWNERS with the message "This CODEOWNERS file contains errors" and with a detailed error log:

CODEOWNERS errors
Unknown owner on line 15: make sure @benzlerj exists and has write access to the repository
…u @weidemannf @dirkschumacher @benzlerj
Unknown owner on line 15: make sure @hoehleatsu exists and has write access to the repository
…ransmission_risk* @kirchnergo @hoehleatsu @weidemannf @dirkschumacher @benzlerj
Unknown owner on line 15: make sure @kirchnergo exists and has write access to the repository
transmission_risk* @kirchnergo @hoehleatsu @weidemannf @dirkschumacher @benzlerj
Unknown owner on line 15: make sure @weidemannf exists and has write access to the repository
…risk* @kirchnergo @hoehleatsu @weidemannf @dirkschumacher @benzlerj
Unknown owner on line 15: make sure @dirkschumacher exists and has write access to the repository

The flagged users:

  • @benzlerj
  • @hoehleatsu
  • @kirchnergo
  • @weidemannf
  • @dirkschumacher

are all valid in GitHub.

Suggestion

Check for continued code ownership responsibility and update GitHub so that no errors are shown when viewing the file main/CODEOWNERS. Since all of the users exist, it suggests that they do not have write access to the repository. I don't remember seeing this error in the past, so presumably the users have lost access at some time.


Internal Tracking ID: EXPOSUREAPP-13659

MikeMcC399 avatar Jul 19 '22 11:07 MikeMcC399