mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Add a label for PRs that include documentation changes (#8865)
* Add a label for PRs that include documentation changes * Update .github/labeler.yml Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Add changsets --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
a44a7a9809
commit
0d4922dffe
2 changed files with 6 additions and 3 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -1,3 +0,0 @@
|
|||
README.md @withastro/maintainers-docs
|
||||
packages/astro/src/@types/astro.ts @withastro/maintainers-docs
|
||||
packages/astro/src/core/errors/errors-data.ts @withastro/maintainers-docs
|
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
@ -35,3 +35,9 @@
|
|||
|
||||
'pkg: vue':
|
||||
- packages/integrations/vue/**
|
||||
|
||||
'docs pr':
|
||||
- README.md
|
||||
- packages/astro/src/@types/astro.ts
|
||||
- packages/astro/src/core/errors/errors-data.ts
|
||||
- .changeset/*.md
|
||||
|
|
Loading…
Reference in a new issue