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
The v0.15.0 migration for the Protect version branches ruleset did not
properly remove the Copilot review rule in existing repositories.
Add a dedicated migration step to detect and remove the
`copilot_code_review` rule.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,4 @@ But you might still need to adapt your code:
35
35
### Cookiecutter template
36
36
37
37
- Added a migration step for api repositories to fix `mkdocs.yml` when the previous `mkdocstrings-python` v2 migration moved only `paths: ["src"]` under `handlers.python.options` but not `paths: ["py"]`.
38
+
- Added a migration step to remove the copilot review request from the Protect version branch protection rules. This was also done by v0.15.0 i theory, but the migration step was wrong and didn't update it properly.
0 commit comments