-
Notifications
You must be signed in to change notification settings - Fork 1
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(pr-title): Add commitlint scopes #129
Conversation
Workflow command ("$SCOPES") when tested in a different workflow with act, but it doesn't work in the actual workflow.
PR title workflow refactored to use a |
Error message in PR comment for a bad-scope shows the following:
This is wonderful stuff. |
Testing revealed a nice error message advising which scopes are allowed.
Checks runs on a commit SHA, so if you edit the PR a new run is not triggered.
## [4.11.0](v4.10.0...v4.11.0) (2025-02-26) ### Features * **pr-title:** Add commitlint scopes ([#129](#129)) ([827f302](827f302))
This PR is included in version 4.11.0 |
Attempting to read the scopes from the commitlint configuration file so they can be used as allowed scopes in the pull request title workflow.
Currently struggling to access the output of the github-action-json-file-properties action and have raised an issue for advice on this.Using
jq
to extract scopes.Resolves #125