diff options
author | James Lopez <james@gitlab.com> | 2018-10-23 11:25:03 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2018-10-23 11:25:03 +0000 |
commit | 1e19363183fb1c830168b1f39d5e91bb7ff07b08 (patch) | |
tree | a12faa73f5d7a1e11477108f60ef60190cf7e39d | |
parent | ba2256388da97ef76d03b2e019b1e5cefc2a027a (diff) | |
download | gitlab-ce-1e19363183fb1c830168b1f39d5e91bb7ff07b08.tar.gz |
Update .gitlab/issue_templates/Security developer workflow.mdfix/security-workflow-dev
-rw-r--r-- | .gitlab/issue_templates/Security developer workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Security developer workflow.md b/.gitlab/issue_templates/Security developer workflow.md index 5c4550fa0ea..69cf7fe1548 100644 --- a/.gitlab/issue_templates/Security developer workflow.md +++ b/.gitlab/issue_templates/Security developer workflow.md @@ -16,7 +16,6 @@ Set the title to: `[Security] Description of the original issue` - [ ] Add a link to the MR to the [links section](#links) - [ ] Add a link to an EE MR if required - [ ] Make sure the MR remains in-progress and gets approved after the review cycle, **but never merged**. -- [ ] Assign this issue to **all** RMs from the [RM list]. You can leave the MRs unassigned. #### Backports @@ -26,6 +25,7 @@ Set the title to: `[Security] Description of the original issue` - [ ] Create the branch `security-X-Y` from `X-Y-stable` if it doesn't exist (and make sure it's up to date with stable) - [ ] Create each MR targetting the security branch `security-X-Y` - [ ] Add the ~security label and prefix with the version `WIP: [X.Y]` the title of the MR +- [ ] Add the ~"Merge into Security" label to all of the MRs. - [ ] Make sure all MRs have a link in the [links section](#links) [secpick documentation]: https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md#secpick-script |