-
Notifications
You must be signed in to change notification settings - Fork 21
chore(ci): validate pull-request title #136
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
Conversation
25bee61
to
2c9083f
Compare
with: | ||
regex: '^(?:(feat)|(fix)|(docs)|(style)|(refactor)|(perf)|(test)|(build)|(ci)|(chore)|(revert))\((?:(javascript)|(php)|(java)|(cts)|(spec)|(script)|(ci))\): .+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added ci
as a scope. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next improvement could be to find the languages with a small bash script but it's fine for now
Having an other workflow does not stop other jobs to run, we could maybe set this at the early stage of our CI https://github.com/algolia/api-clients-automation/blob/main/.github/workflows/check.yml |
This reverts commit d4afd07.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
* chore(ci): validate pr title * chore: remove semantic pull request config * chore: fix name of workflow * chore: clean up workflow * chore: move title checking to check.yml * Revert "chore: move title checking to check.yml" This reverts commit d4afd07. * chore: remove unnecessary setup
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-305
Changes included: