You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEI.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ The DEI.md file was originally created in the CHAOSS project. This comment provi
8
8
Please use the DEI.md Guide at https://github.com/badging/ProjectBadging/blob/main/Guide.DEI.md when creating your DEI.md file
9
9
-->
10
10
11
-

12
-
13
11
## GitLab
14
12
15
13
The scope of this DEI.md file is intended to cover the entire organization of GitLab. Any specific differences for a particular GitLab project may be noted within this document.
Copy file name to clipboardExpand all lines: doc/api/lint.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ Example responses:
62
62
63
63
> -`sha` attribute [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/369212) in GitLab 16.5.
64
64
65
-
Checks if a project’s `.gitlab-ci.yml` configuration in a given commit
66
-
(by default `HEAD` of the project’s default branch) is valid. This
67
-
endpoint uses all namespace specific data available, including variables
65
+
Checks if a project’s `.gitlab-ci.yml` configuration in a given ref (the
66
+
`sha` parameter, by default `HEAD` of the project’s default branch) is valid.
67
+
This endpoint uses all namespace specific data available, including variables
68
68
and local includes.
69
69
70
70
```plaintext
@@ -76,7 +76,7 @@ GET /projects/:id/ci/lint
76
76
|`dry_run`| boolean | No | Run pipeline creation simulation, or only do static check. |
77
77
|`include_jobs`| boolean | No | If the list of jobs that would exist in a static check or pipeline simulation should be included in the response. Default: `false`. |
78
78
|`ref`| string | No | When `dry_run` is `true`, sets the branch or tag context to use to validate the CI/CD YAML configuration. Defaults to the project's default branch when not set. |
79
-
|`sha`| string | No | The commit SHA of a branch or tag. Defaults to the SHA of the head of the project's default branch when not set. |
79
+
|`sha`| string | No | The CI/CD configuration content is taken from this commit SHA, branch or tag. Defaults to the SHA of the head of the project's default branch when not set. |
0 commit comments