diff options
author | 2023-10-18 14:24:50 -0400 | |
---|---|---|
committer | 2023-10-18 14:24:50 -0400 | |
commit | 0d4922dffe7d96b907db89ec502f77efd572cc56 (patch) | |
tree | 28bb603faf1a212e23343f4149e3d990abfc747a | |
parent | a44a7a9809aab72b434f883e6fb11b259cc3965c (diff) | |
download | astro-0d4922dffe7d96b907db89ec502f77efd572cc56.tar.gz astro-0d4922dffe7d96b907db89ec502f77efd572cc56.tar.zst astro-0d4922dffe7d96b907db89ec502f77efd572cc56.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | .github/CODEOWNERS | 3 | ||||
-rw-r--r-- | .github/labeler.yml | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 0f1dfcefd..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -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 diff --git a/.github/labeler.yml b/.github/labeler.yml index 82638ac7f..a2611aa09 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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 |