Skip to content
Snippets Groups Projects
Verified Commit 5c85f4b9 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Consolidate reviewers and assignees in templates

.gitlab/issue_templates/*:
Remove pierre from list of main keys.

.gitlab/merge_request_templates/*:
Use group of main key holders when assigning reviewers, instead of
listing them all separately.
parent 93bd502b
No related branches found
No related tags found
1 merge request!209Consolidate reviewers and assignees in templates
Pipeline #50370 passed
......@@ -69,7 +69,6 @@ the details section.
- [ ] @demize
- [ ] @diabonas
- [ ] @dvzrv
- [ ] @pierre
### Developers of the archlinux-keyring project
- [ ] The data in the [Details](#details) section is correct and signed with a
......
......@@ -41,4 +41,3 @@ merge request to this repository using `keyringctl`.
- [ ] @demize
- [ ] @diabonas
- [ ] @dvzrv
- [ ] @pierre
......@@ -5,7 +5,7 @@ It is used by users with a valid packager key after all steps in an
accompanying issue (opened with the template "New Main Key") have been
fulfilled.
-->
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
/assign @archlinux/teams/main-key-holders
/label ~"new main key"
/title Add main key of <!-- MODIFY: Add the main key holder's username -->
<!--
......
......@@ -5,7 +5,7 @@ It is either used by the sponsor of a new packager or by an existing packager
when adding a new key for themself after all steps in an accompanying issue
(opened with the template "New Packager Key") have been fulfilled..
-->
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
/assign_reviewer @archlinux/teams/main-key-holders
/label ~"new packager key"
/title Add packager key of <!-- MODIFY: Add the packager key holder's username -->
<!--
......
......@@ -4,7 +4,7 @@ from the distribution's keyring.
It is used by users with a valid main key after all steps in an accompanying
issue (opened with the template "Remove Main Key") have been fulfilled.
-->
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
/assign_reviewer @archlinux/teams/main-key-holders
/label ~"remove main key"
/title Remove main key of <!-- MODIFY: Add the main key holder's username -->
<!--
......
......@@ -5,7 +5,7 @@ It is used by users with a valid main key or a valid packager key after all
steps in an accompanying issue (opened with the template "Remove Packager Key")
have been fulfilled.
-->
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
/assign_reviewer @archlinux/teams/main-key-holders
/label ~"remove packager key"
/title Remove packager key of <!-- MODIFY: Add the packager's username -->
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment