-
Notifications
You must be signed in to change notification settings - Fork 54
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: support configure egg.revert in package.json #252
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 5.x #252 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 93 93
Branches 16 16
=========================================
Hits 93 93 ☔ View full report in Codecov by Sentry. |
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.
+1
@killagu 需要 pick 到 master |
@coderabbitai 创建一个 issue 记录需要合并到 master 分支 |
@fengmk2 已经创建了一个 issue 来记录需要合并到 master 分支的请求。您可以在以下链接查看该 issue: Issue #269. Analysis chainScripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Create a GitHub issue using the GitHub CLI
gh issue create --title "Merge changes from PR #252 into master branch" --body "This issue tracks the need to merge the changes introduced in PR #252 into the master branch. PR URL: https://github.com/eggjs/egg-bin/pull/252" --repo eggjs/egg-bin
Length of output: 291 Actions PerformedComments resolved. |
Checklist
npm test
passesAffected core subsystem(s)
Description of change