From 4c74e8446142eeec7aa182f52ea24306a5479850 Mon Sep 17 00:00:00 2001 From: Josh Dales <30500472+joshdales@users.noreply.github.com> Date: Thu, 22 Sep 2022 09:05:46 -0400 Subject: [PATCH] Fix typo in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 053b1617..3daa92ce 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,10 @@ source: 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 feature: - - branch: ['feature/**', '*/feaure/**'] + - branch: ['feature/**', '*/feature/**'] ``` ### Create Workflow