-
Notifications
You must be signed in to change notification settings - Fork 30
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: Migrate the CI/CD pipeline from CircleCI to GitHub Actions #920
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
PR Reviewer Guide 🔍(Review updated until commit 02b969c)
|
30b6dbf
to
1b55cd2
Compare
Tonic UI DemoOn 2024-09-10 09:49:21 +0000, PR #920 (02b969c) was successfully deployed. You can view it at the following link: |
d89b3d0
to
58193f6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #920 +/- ##
==========================================
+ Coverage 77.20% 77.21% +0.01%
==========================================
Files 396 396
Lines 6409 6409
==========================================
+ Hits 4948 4949 +1
+ Misses 1461 1460 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/improve |
PR Code Suggestions ✨Latest suggestions up to 02b969c
Previous suggestionsSuggestions up to commit e7d0064
|
/review |
Persistent review updated to latest commit 02b969c |
* ci: Migrate the CI/CD pipeline from CircleCI to GitHub Actions * ci: fetch the entire Git history to access the latest tag release
* ci: Migrate the CI/CD pipeline from CircleCI to GitHub Actions * ci: fetch the entire Git history to access the latest tag release
PR Type
enhancement, configuration changes
Description
BASE_PATH
variable from environment configuration files.lodash.find
.Changes walkthrough 📝
cli.js
Enhance CLI with token and pattern options
scripts/github-issue-comment-cli/bin/cli.js
ci-branch.yml
Add branch CI workflow using GitHub Actions
.github/workflows/ci-branch.yml
ci-pr.yml
Add pull request CI workflow using GitHub Actions
.github/workflows/ci-pr.yml
ci-publish.yml
Add publish workflow using GitHub Actions
.github/workflows/ci-publish.yml
ci-tag.yml
Add tag-based CI workflow using GitHub Actions
.github/workflows/ci-tag.yml
.env
Remove BASE_PATH from environment configuration
packages/react-docs/.env
.env.production
Remove BASE_PATH from production environment configuration
packages/react-docs/.env.production
package.json
Update package dependencies
scripts/github-issue-comment-cli/package.json