Skip to content

feat : Add PresentationTrackChairFormatter #754

feat : Add PresentationTrackChairFormatter

feat : Add PresentationTrackChairFormatter #754

Triggered via pull request December 9, 2025 19:22
Status Failure
Total duration 19s
Artifacts

check-commit-message.yml

on: pull_request
lint-commits
16s
lint-commits
Fit to window
Zoom out
Zoom in

Annotations

1 error
lint-commits
You have commit messages with errors ⧗ input: chore: replace the otlp interface with abstractFactory ⚠ body must have leading blank line [body-leading-blank] ⚠ found 0 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2SummitMetricsApiController` (#414) * feat: Extend Swagger Coverage for controller `OAuth2SummitMetricsApiController` * chore: Add the correct security and x attributes and create security schema, fix path routes and change schema to be defined as requested * feat: Add changes requested --------- Co-authored-by: Matias Perrone <github@matiasperrone.com> ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty] ✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum] ✖ found 5 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2UserStoriesApiController` (#389) * feat: Add OpenAPI documentation to "getAllUserStories" method - Add controller's response to OpenAPI schema * fix: Change "namespace" word positioning * feat: Add OpenAPI schemas for UserStory, Organization, Continent, File, and UserStoriesIndustry models * feat: Add changes requested --------- Co-authored-by: Matias Perrone <github@matiasperrone.com> ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty] ✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum] ✖ found 5 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2CompaniesApiController` (#399) * feat: Extend Swagger Coverage for controller `OAuth2CompaniesApiController` * fix: param definition * fix: Change "namespace" word positioning * fix: Add security schema * chore: Move the security schema for the controller to its own file * chore: add operationId and fix schema name * feat: change to ref the custom types * fix: Company schema properties --------- Co-authored-by: Matias Perrone <github@matiasperrone.com> ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty] ✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum] ✖ found 4 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2OrganizationsApiController` (#370) * feat: Add OpenAPI documentation to "getAll" and "add" methods - Add controller's response to OpenAPI schema * fix: errors in error responses references * fix: security scope * fix: Add security schema * chore: Move the security schema for the controller to its own file * fix: Tag name * chore: remove unused dependency * chore: change namespace * chore: add operationId * fix: issue on rebase --------- Co-authored-by: Matias Perrone <github@matiasperrone.com> ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty] ✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum] ✖ found 4 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Feature | Extend Swagger Co