Skip to content

chore: add aurorascharff to devex team labeler config#1

Merged
aurorascharff merged 1 commit intocanaryfrom
aurorascharff/add-devex-team-labeler
Mar 4, 2026
Merged

chore: add aurorascharff to devex team labeler config#1
aurorascharff merged 1 commit intocanaryfrom
aurorascharff/add-devex-team-labeler

Conversation

@aurorascharff
Copy link
Owner

@aurorascharff aurorascharff commented Mar 4, 2026

What?

Add aurorascharff to the devex team labeler configuration.

Why?

New team member onboarding.

How?

Added username to the relevant pattern entries in the labeler config.

@aurorascharff aurorascharff marked this pull request as ready for review March 4, 2026 13:30
Copilot AI review requested due to automatic review settings March 4, 2026 13:30
@aurorascharff aurorascharff merged commit 4e3dfa1 into canary Mar 4, 2026
2 checks passed
@aurorascharff aurorascharff deleted the aurorascharff/add-devex-team-labeler branch March 4, 2026 13:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds aurorascharff to the DevEx team entries in the GitHub labeler configuration to support onboarding and automatic labeling.

Changes:

  • Add aurorascharff to the "created-by: Next.js DevEx team" user patterns in .github/labeler.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

{ "type": "user", "pattern": "timeyoutakeit" },
{ "type": "user", "pattern": "icyJoseph" }
{ "type": "user", "pattern": "icyJoseph" },
{ "type": "user", "pattern": "aurorascharff" },
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newly added entry leaves a trailing comma after the last element in the "created-by: Next.js DevEx team" array (and also keeps the comma after the new last element), which makes .github/labeler.json invalid JSON. Remove the trailing comma after the final user entry so the file parses correctly.

Suggested change
{ "type": "user", "pattern": "aurorascharff" },
{ "type": "user", "pattern": "aurorascharff" }

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants