You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conduct a detailed review of the Renovate Pull Request and evaluate the safety of merging.
49
-
50
-
**Important**: Do not execute local tests or build commands. This review should be conducted based solely on static analysis of changes, release notes, and impact assessment.
51
-
52
-
### Execution Steps
53
-
54
-
1. **Pull Request Analysis**
55
-
- Review the Pull Request information provided as context
56
-
- Retrieve the Pull Request diff using `gh pr diff ${{ github.event.pull_request.number }}`
57
-
- Identify target packages and version changes
58
-
59
-
2. **Release Content Investigation**
60
-
- Review release notes and CHANGELOG of the target package
61
-
- Understand breaking changes, new features, and bug fixes
62
-
- Check for security-related fixes
63
-
64
-
3. **Codebase Impact Analysis**
65
-
- Search for usage locations of the target package in the current codebase
66
-
- Verify the need for modifications due to API changes
67
-
- Investigate impact on other packages due to dependency changes
68
-
- Check impact on configuration files and environment settings
69
-
70
-
4. **Safety Assessment (3 Levels)**
71
-
- **Safe**: Backward compatibility is maintained, immediately mergeable
0 commit comments