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.
This commit is contained in:
parent
93bd502b4c
commit
5c85f4b953
@ -69,7 +69,6 @@ the details section.
|
|||||||
- [ ] @demize
|
- [ ] @demize
|
||||||
- [ ] @diabonas
|
- [ ] @diabonas
|
||||||
- [ ] @dvzrv
|
- [ ] @dvzrv
|
||||||
- [ ] @pierre
|
|
||||||
|
|
||||||
### Developers of the archlinux-keyring project
|
### Developers of the archlinux-keyring project
|
||||||
- [ ] The data in the [Details](#details) section is correct and signed with a
|
- [ ] 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
|
- [ ] @demize
|
||||||
- [ ] @diabonas
|
- [ ] @diabonas
|
||||||
- [ ] @dvzrv
|
- [ ] @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
|
accompanying issue (opened with the template "New Main Key") have been
|
||||||
fulfilled.
|
fulfilled.
|
||||||
-->
|
-->
|
||||||
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
|
/assign @archlinux/teams/main-key-holders
|
||||||
/label ~"new main key"
|
/label ~"new main key"
|
||||||
/title Add main key of <!-- MODIFY: Add the main key holder's username -->
|
/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
|
when adding a new key for themself after all steps in an accompanying issue
|
||||||
(opened with the template "New Packager Key") have been fulfilled..
|
(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"
|
/label ~"new packager key"
|
||||||
/title Add packager key of <!-- MODIFY: Add the packager key holder's username -->
|
/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
|
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.
|
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"
|
/label ~"remove main key"
|
||||||
/title Remove main key of <!-- MODIFY: Add the main key holder's username -->
|
/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")
|
steps in an accompanying issue (opened with the template "Remove Packager Key")
|
||||||
have been fulfilled.
|
have been fulfilled.
|
||||||
-->
|
-->
|
||||||
/assign_reviewer @allan @anthraxx @bluewind @diabonas @dvzrv @pierre
|
/assign_reviewer @archlinux/teams/main-key-holders
|
||||||
/label ~"remove packager key"
|
/label ~"remove packager key"
|
||||||
/title Remove packager key of <!-- MODIFY: Add the packager's username -->
|
/title Remove packager key of <!-- MODIFY: Add the packager's username -->
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user