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

chore(wren-ai-service): optimize the PyTest and Image release CI #508

Merged
merged 9 commits into from
Jul 15, 2024

Conversation

paopa
Copy link
Member

@paopa paopa commented Jul 11, 2024

This PR aims to change the trigger option for CI to reduce costs. After this change, PyTest CI will only run for PRs that detect new commits and have the label ci/ai-service. Additionally, this PR aims to automatically generate the changelog for AI services in the tag commit message, making it easier for us to document what's changed.

Commit Format

Only the following commit message prefixes will be included in the changelog, so we should follow these naming conventions for PR titles:

  • Feature and Enhancement: feat(wren-ai-service)
  • Fixes and Chores: fix(wren-ai-service), chore(wren-ai-service)

Where to Find the Changelog?

The changelog is included in the tag commit message. To find it, go to https://github.com/Canner/WrenAI/tags, find the desired tag version, and you will see the changelog there.

Screenshot

image

@paopa paopa force-pushed the chore/ci-enhancement branch 10 times, most recently from 0328d80 to 81841a5 Compare July 11, 2024 18:31
@paopa paopa force-pushed the chore/ci-enhancement branch 6 times, most recently from f266bd0 to f84efc2 Compare July 12, 2024 10:31
@paopa paopa marked this pull request as ready for review July 12, 2024 10:43
@paopa paopa requested a review from cyyeh July 12, 2024 10:43
Copy link
Member

@cyyeh cyyeh left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your hard work!

@cyyeh cyyeh merged commit 0a1a47d into main Jul 15, 2024
7 checks passed
@cyyeh cyyeh deleted the chore/ci-enhancement branch July 15, 2024 07:15
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.

2 participants