mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 20:51:42 +00:00
Update README with better description for branches
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ frontend:
|
|||||||
- any: ['src/**/*.js']
|
- any: ['src/**/*.js']
|
||||||
all: ['!src/main.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:
|
feature:
|
||||||
- head-branch: ['^feature', 'feature']
|
- head-branch: ['^feature', 'feature']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user