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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ The `skip_if` field must be a valid [Expr-lang](https://expr-lang.org/) expressi
225
225
226
226
### Attributes
227
227
228
-
> [!INFO]
228
+
> [!NOTE]
229
229
> Missing an attribute? The `pkg/scm/gitlab/context_*` files are what is used to query GitLab, adding the missing `field` to the right `struct` should make it accessible.
230
230
> Please open an issue or Pull Request if something is missing.
231
231
@@ -235,7 +235,7 @@ They can be accessed exactly as shown in this list.
235
235
236
236
#### Project
237
237
238
-
> [!INFO]
238
+
> [!NOTE]
239
239
> See the [GitLab GraphQL `Project` resource](https://docs.gitlab.com/ee/api/graphql/reference/#project) for more details about the fields.
240
240
>
241
241
> Note that we use [`snake_case`](https://en.wikipedia.org/wiki/Snake_case) for fields instead of [`camelCase`](https://en.wikipedia.org/wiki/Camel_case)
0 commit comments