From 64ce5e9235dea713c0203d204c0265a35bb0637c Mon Sep 17 00:00:00 2001 From: Josh Dales <30500472+joshdales@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:38:14 -0400 Subject: [PATCH] Update README with better description for branches Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d703682e..fc936173 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ frontend: - any: ['src/**/*.js'] all: ['!src/main.js'] - # Add 'feature' label to any branch that starts with `feature` or has a `feature` section in the name + # Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name feature: - head-branch: ['^feature', 'feature']