aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/grafana/ldap_team_sync.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-30 02:06:19 +0100
committerGravatar Joe Banks <[email protected]>2024-07-30 02:06:19 +0100
commitcec3ddec109f0174bfb4efc91ebdcb54f90743f4 (patch)
treeab724cd6d91a05a891f33d9f035ab3ec95dd3fce /arthur/exts/grafana/ldap_team_sync.py
parentMerge pull request #246 from python-discord/renovate/pydis-core-11.x (diff)
Add Core Developers to LDAP enrollment
Diffstat (limited to 'arthur/exts/grafana/ldap_team_sync.py')
-rw-r--r--arthur/exts/grafana/ldap_team_sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/exts/grafana/ldap_team_sync.py b/arthur/exts/grafana/ldap_team_sync.py
index 9c18a16..2537e47 100644
--- a/arthur/exts/grafana/ldap_team_sync.py
+++ b/arthur/exts/grafana/ldap_team_sync.py
@@ -14,6 +14,7 @@ GRAFANA_TO_LDAP_NAME_MAPPING = {
"devops": "devops",
"admins": "administrators",
"moderators": "moderators",
+ "core-developers": "coredevs"
}