1579dd7ff9
* chore: add PR labeler * chore: update labeler config * chore: add action label * refactor: use terse syntax
21 lines
312 B
YAML
21 lines
312 B
YAML
# See https://github.com/actions/labeler
|
|
|
|
example:
|
|
- examples/**/*
|
|
|
|
action:
|
|
- .github/workflows/**
|
|
|
|
docs:
|
|
- docs/**
|
|
|
|
www:
|
|
- www/**
|
|
|
|
i18n:
|
|
- any:
|
|
- 'docs/src/pages/*/**'
|
|
- '!docs/src/pages/core-concepts/**'
|
|
- '!docs/src/pages/guides/**'
|
|
- '!docs/src/pages/migration/**'
|
|
- '!docs/src/pages/reference/**'
|