Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKassio Borges <kborges@gitlab.com>2022-03-07 19:07:44 +0300
committerKassio Borges <kborges@gitlab.com>2022-03-07 19:07:44 +0300
commitca3447536196fbdc2b9733808eb765d9609dc036 (patch)
tree0ddabd4d0fc82f4912cca758a596c8d74771a954
parent3ce95814cd7ef50bfba7454299a685cfe74a05ae (diff)
Category:Pages is now under group::editor devops::createkassio/update-templates
Changelog: other
-rw-r--r--.gitlab/ci/prepare.yml1
-rw-r--r--.gitlab/issue_templates/release.md4
-rw-r--r--.gitlab/merge_request_templates/Security Release.md2
3 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab/ci/prepare.yml b/.gitlab/ci/prepare.yml
index 66d23adf..c5481a19 100644
--- a/.gitlab/ci/prepare.yml
+++ b/.gitlab/ci/prepare.yml
@@ -53,4 +53,3 @@ secret_detection:
rules:
# For merge requests, create a pipeline.
- if: '$CI_MERGE_REQUEST_IID'
-
diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index 7ca78f29..7d14e330 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -6,7 +6,7 @@
- [ ] Create an MR for [gitlab-pages project](https://gitlab.com/gitlab-org/gitlab-pages).
You can use [this MR](https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/217) as an example.
- [ ] Update `VERSION`, and push your branch
- - [ ] Update `CHANGELOG` by running `GITLAB_PRIVATE_TOKEN= make changelog`, note that you need to create a personal access token
+ - [ ] Update `CHANGELOG` by running `GITLAB_PRIVATE_TOKEN= make changelog`, note that you need to create a personal access token
- [ ] Assign to reviewer
- [ ] Once `gitlab-pages` is merged create a signed+annotated tag pointing to the **merge commit** on the **stable branch**
In case of `master` branch:
@@ -42,4 +42,4 @@
- [ ] Added `Changelog: added` footer to your commit
- [ ] Assign to a reviewer
-/label ~backend ~"Category:Pages" ~"devops::release" ~"group::release" ~"type::maintenance"
+/label ~backend ~"Category:Pages" ~"devops::create" ~"group::editor" ~"type::maintenance"
diff --git a/.gitlab/merge_request_templates/Security Release.md b/.gitlab/merge_request_templates/Security Release.md
index ea892588..2f7b41d7 100644
--- a/.gitlab/merge_request_templates/Security Release.md
+++ b/.gitlab/merge_request_templates/Security Release.md
@@ -32,4 +32,4 @@ When submitting a merge request for gitlab-pages, CE and EE merge requests for u
[CHANGELOG entry]: https://docs.gitlab.com/ee/development/changelog.html#overview
-/label ~security
+/label ~security ~backend ~"Category:Pages"