astro/.github/labeler.yml
Nate Moore 1579dd7ff9
Automatically add PR labels (#1835)
* chore: add PR labeler

* chore: update labeler config

* chore: add action label

* refactor: use terse syntax
2021-11-15 13:56:00 -06:00

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/**'