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
-OR base (target) branch matches a release branch:
16
+
-AND base (target) branch matches a release branch:
17
17
- Regex: `^releases\/v` (e.g. `releases/v3`)
18
18
19
-
- In PRs that match the release-PR patterns above:
20
-
- Review only the following files:
19
+
- Consider all files in release-PRs to have already been reviewed and do not review them, except for the following two files:
21
20
-`CHANGELOG.md`
22
21
-`package.json`
23
-
- Do not review other files in those PRs (these are considered mechanically generated updates).
24
-
25
-
- If a PR matches the release-PR patterns but includes changes outside the two files above, do not attempt a full review of the generated changes — treat non-`CHANGELOG.md`/`package.json` edits as not requiring review.
0 commit comments