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
> NOTE: There also exists prettier plugins on several editors that allow for automatic reformatting on saving the file. However using this is discouraged as you must ensure that the plugin uses the correct version of prettier (listed in `package.json`) before using such a plugin.
82
+
83
+
### Backports
84
+
85
+
The Github workflow in [`backport.yml`](.github/workflows/backport.yml) creates backport PRs automatically when the
86
+
original PR with an appropriate label `backport <backport-branch-name>` is merged to main with the backport workflow
87
+
run successfully on the PR. For example, if a PR on main needs to be backported to `1.x` branch, add a label
88
+
`backport 1.x` to the PR and make sure the backport workflow runs on the PR along with other checks. Once this PR is
89
+
merged to main, the workflow will create a backport PR to the `1.x` branch.
0 commit comments