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

ci: Add check for conventional commit and docs #3033

Merged
merged 4 commits into from
Jul 19, 2023
Merged

ci: Add check for conventional commit and docs #3033

merged 4 commits into from
Jul 19, 2023

Conversation

yecol
Copy link
Collaborator

@yecol yecol commented Jul 19, 2023

With this PR merged, new checks are introduced:

  • the PR titles should follow the Conventional Commits specification,
    which in the format of <type>(<scope>): <description>. e.g.,
    • fix: Correct typo
    • feat(interactive): Add support for g.V().outE().inV()
    • refactor!: Drop support for Python 3.8
    • feat(analytical): Add delta-version for PageRank
  • if the PR is in type of feat(<scope>):, then documentation must be updated.

@yecol yecol merged commit 722a149 into main Jul 19, 2023
23 checks passed
sighingnow added a commit that referenced this pull request Jul 19, 2023
@yecol yecol deleted the yecol/action branch July 26, 2023 06:34
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.

None yet

3 participants