0
Fork 0
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:
Matthew Phillips 2023-10-18 14:24:50 -04:00 committed by GitHub
parent a44a7a9809
commit 0d4922dffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

3
.github/CODEOWNERS vendored
View file

@ -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
View file

@ -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