Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in GitLab Pipeline status name #287

Merged
merged 3 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. Fix typo in GitLab Pipeline status name

    - Due to [GitLab Pipelines API documentation](https://docs.gitlab.com/ee/api/pipelines.html) name for the cancelled pipeline status is `canceled` instead of `cancelled`. This PR fixes that issue.
    Grigoriy Bykov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9fb2cbb View commit details
    Browse the repository at this point in the history
  2. Fix typo in GitLab Pipeline status name

    - Add tests for GitLab Pipeline cancelled status
    Grigoriy Bykov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    855ecab View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    672a4a1 View commit details
    Browse the repository at this point in the history