From 5bfab8b184bf7636d1541e0ddd21313252d9dee1 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Fri, 29 Mar 2024 08:16:45 +0400 Subject: [PATCH] Automatically apply the project proposal and IP labels to PRs (#3982) --- .github/auto-label.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 43e0d0a1b7d..30179351eec 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,5 +1,7 @@ { "rules": { - "migrations": ["**/migrations/**/*"] + "migrations": ["**/migrations/**/*"], + "🧭 project: proposal": ["**/*project_proposal*"], + "🧭 project: implementation plan": ["**/*implementation_plan*"] } }