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

feat: Add semantic PR/commit check workflow #6

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

christian-kreuzberger-dtx
Copy link
Member

@christian-kreuzberger-dtx christian-kreuzberger-dtx commented Dec 1, 2021

This PR

  • Adds the semantic PR/commit check workflow (with some default types)

Usage Example:

name: Semantic PR Validation
on:
  pull_request_target:
    types:
      - opened
      - edited
      - synchronize
jobs:
  validate:
    uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@feature/semantic-pr
    with:
      # Configure which scopes are allowed.
      scopes: |
        api
        cli
        core
        install
        cloudevents
        deps
        deps-dev
        distributor
        docs
        release

Signed-off-by: Christian Kreuzberger <[email protected]>
@christian-kreuzberger-dtx christian-kreuzberger-dtx marked this pull request as ready for review December 1, 2021 10:03
Copy link
Member

@mowies mowies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@christian-kreuzberger-dtx christian-kreuzberger-dtx deleted the feature/semantic-pr branch December 1, 2021 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants