Skip to content
Snippets Groups Projects
Unverified Commit f76bdf9e authored by Lena's avatar Lena Committed by GitHub
Browse files

update the team label names in .github/team.json (#34685)

Remove the emojis from the team labels. With the emojis, the "auto-add to project" github automated workflow doesn't work, and we rely on it for the #bug-triage channel on slack. After several attempts of escaping the emojis, they've been removed from the labels, and now have to be removed here as well for the auto-assignment of PRs to continue working.
parent a5be6324
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"teams": [
{
"name": "Team 42",
"label": ".Team/42 :milky_way:",
"label": ".Team/42",
"members": [
"ranquild",
"WiNloSt",
......@@ -19,7 +19,7 @@
},
{
"name": "Query Processor",
"label": ".Team/QueryProcessor :hammer_and_wrench:",
"label": ".Team/QueryProcessor",
"members": [
"camsaul",
"kulyk",
......@@ -32,7 +32,7 @@
},
{
"name": "Pixel Police",
"label": ".Team/PixelPolice :police_officer:",
"label": ".Team/PixelPolice",
"members": [
"noahmoss",
"escherize",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment