Skip to content

Commit

Permalink
Automatically apply the project proposal and IP labels to PRs (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Mar 29, 2024
1 parent ab78fee commit 5bfab8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/auto-label.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"rules": {
"migrations": ["**/migrations/**/*"]
"migrations": ["**/migrations/**/*"],
"🧭 project: proposal": ["**/*project_proposal*"],
"🧭 project: implementation plan": ["**/*implementation_plan*"]
}
}

0 comments on commit 5bfab8b

Please sign in to comment.