diff --git a/dashboards-reports/DEVELOPER_GUIDE.md b/dashboards-reports/DEVELOPER_GUIDE.md index b721ad8b..34586907 100644 --- a/dashboards-reports/DEVELOPER_GUIDE.md +++ b/dashboards-reports/DEVELOPER_GUIDE.md @@ -47,6 +47,8 @@ Example output: `./build/reports-dashboards-0.0.1.zip` ### Backports -The Github workflow in [`backport.yml`](../.github/workflows/backport.yml) creates backport PRs automatically when the -original PR with an appropriate label `backport ` is merged to main with the backport workflow -run successfully on the PR. For example, if a PR on main needs to be backported to `1.x` branch, add a label \ No newline at end of file +The Github workflow in [`backport.yml`](.github/workflows/backport.yml) creates backport PRs automatically when the original PR +with an appropriate label `backport ` is merged to main with the backport workflow run successfully on the +PR. For example, if a PR on main needs to be backported to `1.x` branch, add a label `backport 1.x` to the PR and make sure the +backport workflow runs on the PR along with other checks. Once this PR is merged to main, the workflow will create a backport PR +to the `1.x` branch. \ No newline at end of file