Skip to content

Commit

Permalink
chore: fix core team members (vercel#60900)
Browse files Browse the repository at this point in the history
### What?

Removing an outdated entry, and fixing the casing of another so Workflow
runs are auto-approved.

### Why?

vercel#60574 fails the CI Workflow Run,
because of a mismatch in GitHub actor and the actual username set in
`labeler.json`


[Ref](https://github.com/vercel/nextjs-hive-docker/blob/c26bc3f26520b41986a0f9467fdc2529f705d81f/validate-job.js#L39-L42),
[Slack
thread](https://vercel.slack.com/archives/C03S9JCH2Q5/p1705684536884389?thread_ts=1705436555.494229&cid=C03S9JCH2Q5)

Closes NEXT-2172
  • Loading branch information
balazsorban44 authored Jan 19, 2024
1 parent dc109bf commit 6217e3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/labeler.json
Original file line number Diff line number Diff line change
@@ -40,15 +40,12 @@
{ "type": "user", "pattern": "molebox" },
{ "type": "user", "pattern": "delbaoliveira" },
{ "type": "user", "pattern": "lydiahallie" },
{ "type": "user", "pattern": "steven-tey" },
{ "type": "user", "pattern": "stephdietz" },
{ "type": "user", "pattern": "StephDietz" },
{ "type": "user", "pattern": "timeyoutakeit" },
{ "type": "user", "pattern": "s3prototype" },
{ "type": "user", "pattern": "manovotny" }
],
"created-by: turbopack team": [
{ "type": "user", "pattern": "ForsakenHarmony" },
{ "type": "user", "pattern": "jridgewell" },
{ "type": "user", "pattern": "kdy1" },
{ "type": "user", "pattern": "kwonoj" },
{ "type": "user", "pattern": "padmaia" },

0 comments on commit 6217e3f

Please sign in to comment.