[Infrastructure] Accounts automation bot issue template, remove former account* ones, drop .doap



commit 751d928f8f31681a9e3093b3f7f9ee430792b858
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 14 17:47:58 2022 +0200

    Accounts automation bot issue template, remove former account* ones, drop .doap

 .gitlab/issue_templates/account-request.md         | 33 ++++++++++++++++++++++
 .gitlab/issue_templates/existing-account-update.md | 25 ----------------
 .gitlab/issue_templates/new-account.md             | 27 ------------------
 Infrastructure.doap                                | 23 ---------------
 README                                             |  2 +-
 5 files changed, 34 insertions(+), 76 deletions(-)
---
diff --git a/.gitlab/issue_templates/account-request.md b/.gitlab/issue_templates/account-request.md
new file mode 100644
index 0000000..6a62661
--- /dev/null
+++ b/.gitlab/issue_templates/account-request.md
@@ -0,0 +1,33 @@
+;;;
+{
+  "title": "Account request",
+  "documentation": "https://wiki.gnome.org/Infrastructure/NewAccounts";,
+  {
+    "action": [
+      {
+        "new_account": {
+          "args_key": "module",
+          "args_value": "${module_name}"
+        }
+      },
+      {
+        "git_access": {
+          "args_key": "module",
+          "args_value": "${module_name}"
+        }
+      },
+      {
+        "master_access": {
+          "args_key": "module",
+          "args_value": "${module_name}"
+        }
+      },
+      {
+        "email_update": {
+          "args": "None"
+        }
+      }
+    ]
+  }
+;;;
+{"action": "${action_name}", "module": "${module_name}"}
diff --git a/README b/README
index cd3baec..689577a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
 GitLab project for the GNOME Infrastructure Team, this
 replaces the former sysadmin product in Bugzilla.
 
-Team's homepage at https://wiki.gnome.org/Sysadmin.
+Team's homepage at https://wiki.gnome.org/Infrastructure.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]