Skip to content

Commit

Permalink
[v9.3.x] Docs: Update merge-pull-request.md regarding backport poli…
Browse files Browse the repository at this point in the history
…cies (#59252)

Docs: Update `merge-pull-request.md` regarding backport policies (#59239)

* Update merge-pull-request.md

* yarn run prettier:write

(cherry picked from commit 27bd50d)

Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
  • Loading branch information
grafanabot and dsotirakis committed Jan 3, 2023
1 parent c75abb0 commit b4d343e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contribute/merge-pull-request.md
Expand Up @@ -135,6 +135,14 @@ Some examples when backport is not required:

- The change is supposed to be released in the next major/minor release, e.g. v8.0.0, but the release branch, e.g. v8.0.x, has not yet been created.

#### Required labels

To ensure that we don't backport pull requests that don't need to be backported, i.e. implement new features, and only backport pull requests that address bugs, have a product approval, or refer to docs changes, backport labels need to be followed by either:

- `type/bug` label: Pull requests which address bugs,
- `product-approved` label: Urgent fixes which need product approval, in order to get merged,
- `type/docs` label: Docs changes`.

> **Note:** You can still backport a pull request after it's been merged.
## Doing the actual merge
Expand Down

0 comments on commit b4d343e

Please sign in to comment.