summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-05-25 09:47:33 +0200
committerDomen Kožar <domen@dev.si>2021-05-25 09:47:33 +0200
commit51c7afa95e58bc7f58c081509f046f9d49aa5041 (patch)
tree2b502391c57391fe7a52b2e8c68beaa255ca04d5
parentb26fc090cb4b35c923fc636cbdfd6b7346319587 (diff)
downloadnixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar.gz
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar.bz2
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar.lz
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar.xz
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.tar.zst
nixpkgs-51c7afa95e58bc7f58c081509f046f9d49aa5041.zip
backport action: document the workflow
-rw-r--r--doc/contributing/submitting-changes.chapter.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index b462caf8670..0a465020092 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -248,6 +248,8 @@ For cherry-picking a commit to a stable release branch (“backporting”), use
 
 Add a reason for the backport by using `git cherry-pick -xe <original commit>` instead when it is not obvious from the original commit message. It is not needed when it's a minor version update that includes security and bug fixes but don't add new features or when the commit fixes an otherwise broken package.
 
+For backporting Pull Requests to stable branches, assign label `backport <branch>` to the original Pull Requests and automation should take care of the rest once the Pull Requests is merged.
+
 Here is an example of a cherry-picked commit message with good reason description:
 
 ```