From 3ada4623cef83a7234f874d9327b4f8869bcff59 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 13 Jul 2024 15:08:16 -0400 Subject: [PATCH] Update label.yml --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index fb817770..8023c989 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -35,7 +35,7 @@ jobs: nouns: ['BREAKING CHANGE', 'BREAKING', 'MAJOR'] labels: ['breaking 💥'] - type: 'documentation' - nouns: ['doc', 'docu', 'document', 'documentation'] + nouns: ['doc', 'docu', 'docs', 'document', 'documentation'] labels: ['documentation 📖'] - type: 'build' nouns: ['build', 'rebuild']