Skip to content

GQL code owners Validation for every file named CODEOWNERS

What does this MR do and why?

GQL code owners Validation for every file named CODEOWNERS

Changelog: added EE: true

See #216066 (comment 1468152154)

Screenshots or screen recordings

    query {
      project(fullPath: PROJECT_FULL_PATH) {
        repository {
          validateCodeownerFile(ref: REF, path: BLOB_PATH) { # nil if the BLOB_PATH file name is not 'CODEOWNERS' or does not exists
            total
            validationErrors {
              code
              lines
            }
          }
        }        
      }
    }

Related to #415352 (closed)

Edited by Patrick Cyiza

Merge request reports