-
Notifications
You must be signed in to change notification settings - Fork 100
feat: adds action to lint conventional commits #1902
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
Details are below the break: | ||
|
||
---------------------------- | ||
|
||
${{ steps.lint.outputs.error_message }} |
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.
Can we put this in a details element instead?
Details are below the break: | |
---------------------------- | |
${{ steps.lint.outputs.error_message }} | |
<details><summary>Additional details</summary> | |
${{ steps.lint.outputs.error_message }} | |
</details> |
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'll PR this
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.
Those tags hide the information by default. If we can have it auto expanded, I'd be up for it.
* main: chore: Use details for extra info from error message (#1903) ci: adds action to lint conventional commits (#1902) build: JS build script updates (#1894) chore: Rename temp environ names (for launching browser) to avoid conflict with local environ names (#1899) build: Update shiny TS types to Shiny 1.10.0 (#1893) chore: Use `shiny.module` to import re-exported values from `shiny._namespaces` (#1898)
This pull request introduces a new GitHub Actions workflow to enforce the use of Conventional Commits for pull request titles. The workflow includes steps to lint the pull request title and provide feedback if it does not comply with the Conventional Commits specification.