Skip to content

feat: add github action lint for PR titles - #89

Open
michal-skraburski wants to merge 3 commits into
r-webdev:mainfrom
michal-skraburski:github-action
Open

feat: add github action lint for PR titles#89
michal-skraburski wants to merge 3 commits into
r-webdev:mainfrom
michal-skraburski:github-action

Conversation

@michal-skraburski

Copy link
Copy Markdown

This PR is made to satisfy issue #88

Following the conventions from
https://www.conventionalcommits.org/en/v1.0.0/#summary

It was decided to reuse https://github.com/marketplace/actions/semantic-pull-request as this action seemed far more solid of answer than implementing a custom version which may or may not work. This marketplace option is a good choice because it is tried and tested by many projects.

Comment thread .github/workflows/pr-check.yml Outdated
- opened
- reopened
- edited
# - synchronize (if you use required Actions)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

it needs to be synchronized.

Comment thread .github/workflows/pr-check.yml Outdated
michal-skraburski and others added 2 commits August 25, 2026 08:22
Co-authored-by: Wiktoria van Harneveldt <62669899+wiktoriavh@users.noreply.github.com>
Co-authored-by: Wiktoria van Harneveldt <62669899+wiktoriavh@users.noreply.github.com>
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.

Add action that will make the pipeline red if the PR title does not follow the schema

2 participants