From 22372f907b8a8b3644b2274d14b8d8c50a87f81c Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Mon, 10 Jun 2024 15:19:18 -0700 Subject: [PATCH] Update labels file location (#3553) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d67393db61..d0b3ffdda8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -374,8 +374,8 @@ Misc labels ### Updating labels -Labels are configured in `eng/common/labels.yaml`. To update labels, edit this file and run `pnpm sync-labels`. -**If you create a new label in github UI without updating the `labels.yaml` file, it WILL be automatically removed** +Labels are configured in `eng/common/config/labels.ts`. To update labels, edit this file and run `pnpm sync-labels`. +**If you create a new label in github UI without updating the `labels.ts` file, it WILL be automatically removed** # TypeSpec Emitters