From 688c3133c7814757828d88d15c7aaa9b5d5c1ddb Mon Sep 17 00:00:00 2001
From: BhEaN <dperez@bhean.com>
Date: Wed, 14 Sep 2022 17:24:20 +0200
Subject: [PATCH 1/2] feat: remove Marcos user from the whitelist

---
 config/role-minecraft.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/role-minecraft.yml b/config/role-minecraft.yml
index 45dee53..5027b66 100644
--- a/config/role-minecraft.yml
+++ b/config/role-minecraft.yml
@@ -27,7 +27,6 @@ minecraft_game_whitelist_users:
   - GATOGVNG
   - RoyaleGarri
   - MoreteWeed
-  - Cripus_995
   - picOyPala
 
 # Operators
-- 
GitLab


From 72f4a5dd9a68480ab090047a0913f1595ba13e22 Mon Sep 17 00:00:00 2001
From: BhEaN <dperez@bhean.com>
Date: Wed, 14 Sep 2022 17:25:11 +0200
Subject: [PATCH 2/2] feat: rename master branch to main

---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fcee12..675b4a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ test:
 deploy:
   stage: deploy
   only:
-    - master
+    - main
   script:
     - python3 -m venv .venv && source .venv/bin/activate
     - pip install --upgrade pip
diff --git a/README.md b/README.md
index aa991a0..02b2f57 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org)
 [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green)](https://semver.org/spec/v2.0.0.html)
-[![Pipelines](https://code.vandalsweb.com/vandalsweb/vandalscraft/badges/master/pipeline.svg)](https://code.vandalsweb.com/vandalsweb/vandalscraft/pipelines)
+[![Pipelines](https://code.vandalsweb.com/vandalsweb/vandalscraft/badges/main/pipeline.svg)](https://code.vandalsweb.com/vandalsweb/vandalscraft/pipelines)
 
 vandalsCraft
 ===
-- 
GitLab