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
+34-75
Original file line number
Diff line number
Diff line change
@@ -370,105 +370,64 @@ The following attributes are available in `script` fields.
370
370
371
371
They can be accessed exactly as shown in this list.
372
372
373
-
#### project
374
-
375
-
> [!NOTE]
376
-
> See the [GitLab GraphQL `Project` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#project) for more details about the fields.
377
-
378
-
- `project.archived`(boolean)
379
-
- `project.created_at`(time)
380
-
- `project.description`(string)
381
-
- `project.full_path`(string)
382
373
- `project.id`(string)
383
-
- `project.last_activity_at`(time)
384
-
- `project.name_with_namespace`(string)
385
374
- `project.name`(string)
375
+
- `project.name_with_namespace`(string)
376
+
- `project.description`(string)
386
377
- `project.path`(string)
387
-
- `project.topics[]`(array of string)
378
+
- `project.full_path`(string)
379
+
- `project.archived`(bool)
380
+
- `project.topics`([]string)
388
381
- `project.visibility`(string)
389
-
390
-
#### project.labels
391
-
392
-
> [!NOTE]
393
-
> See the [GitLab GraphQL `Label` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#label) for more details about the fields.
394
-
395
-
- `project.labels[].color`(string)
396
-
- `project.labels[].description`(string)
397
382
- `project.labels[].id`(string)
398
383
- `project.labels[].title`(string)
399
-
400
-
#### group
401
-
402
-
> See the [GitLab GraphQL `Group` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#group) for more details about the fields.
403
-
404
-
- `group.description`(string)
384
+
- `project.labels[].color`(string)
385
+
- `project.labels[].description`(string)
386
+
- `project.last_activity_at`(time)
387
+
- `project.created_at`(time)
405
388
- `group.id`(string)
406
389
- `group.name`(string)
407
-
408
-
#### merge_request
409
-
410
-
> See the [GitLab GraphQL `MergeRequest` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#mergerequest) for more details about the fields.
> See the [GitLab GraphQL `DiffStats` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#diffstats) for more details about the fields.
444
-
445
-
- `merge_request.diff_stats[].additions`(int)
446
-
- `merge_request.diff_stats[].deletions`(int)
447
-
- `merge_request.diff_stats[].path`(string)
448
-
449
-
#### merge_request.first_commit
450
-
451
-
> See the [GitLab GraphQL `Commit` GraphQL resource](https://docs.gitlab.com/ee/api/graphql/reference/#commit) for more details about the fields.
0 commit comments