summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-10-18 14:24:50 -0400
committerGravatar GitHub <noreply@github.com> 2023-10-18 14:24:50 -0400
commit0d4922dffe7d96b907db89ec502f77efd572cc56 (patch)
tree28bb603faf1a212e23343f4149e3d990abfc747a
parenta44a7a9809aab72b434f883e6fb11b259cc3965c (diff)
downloadastro-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/CODEOWNERS3
-rw-r--r--.github/labeler.yml6
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