From 731293d3bc1e49685a47a837bc5e431609a8f14b Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Sat, 2 Oct 2021 16:35:32 +0200
Subject: [PATCH] Use a GitHub team for managing access to the read-only
 mirrors

github-pull-closer[1] needs write access for closing the PRs.

[1] https://gitlab.archlinux.org/archlinux/github-pull-closer/

Fix #390
---
 .gitlab/issue_templates/New Official Project.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab/issue_templates/New Official Project.md b/.gitlab/issue_templates/New Official Project.md
index 6793b96ba..ad8da546d 100644
--- a/.gitlab/issue_templates/New Official Project.md	
+++ b/.gitlab/issue_templates/New Official Project.md	
@@ -93,4 +93,5 @@ If you want to add a new official project, here are some guidelines to follow:
 1. [ ] In the GitHub description of the mirrored project, append " (read-only mirror)" so that people know it's a mirror.
 1. [ ] Disable `Packages` and `Environments` from being shown on the main page.
 1. [ ] In the website field put the full url to the repository on our GitLab.
-½. [ ] Go to https://github.com/archlinux/my-example/settings/access and remove the GitHub account `archlinux-github`
+1. [ ] Go to https://github.com/archlinux/my-example/settings/access and remove the GitHub account `archlinux-github`
+1. [ ] Go to https://github.com/orgs/archlinux/teams/read-only-mirrors/repositories and add the repository with `write` permission
-- 
GitLab