Skip to content

Commit

Permalink
[cicd] fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-kamphaus-jemmic committed Sep 17, 2024
1 parent a5eff73 commit 7107911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion model/vcs/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ groups:
instrument: updowncounter
unit: "{change}"
stability: experimental
#extends: metric_attributes.vcs
attributes:
- ref: vcs.change.state
requirement_level: required
Expand Down
4 changes: 3 additions & 1 deletion model/vcs/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ groups:
stability: experimental
- id: closed
value: closed
brief: "Closed means the merge request has been closed without merging. This can happen for various reasons, such as the changes being deemed unnecessary, the issue being resolved in another way, or the author deciding to withdraw the request."
brief: >-
Closed means the merge request has been closed without merging. This can happen for various reasons, such as the changes being deemed unnecessary,
the issue being resolved in another way, or the author deciding to withdraw the request.
stability: experimental
- id: merged
value: merged
Expand Down

0 comments on commit 7107911

Please sign in to comment.