We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5b93c commit 87e37e0Copy full SHA for 87e37e0
.github/labeller.yml
@@ -6,6 +6,10 @@
6
- changed-files:
7
- any-glob-to-any-file: ['examples/**']
8
9
+'website':
10
+ - changed-files:
11
+ - any-glob-to-any-file: ['website/**']
12
+
13
'tests':
14
15
- any-glob-to-any-file: ['packages/**/*.test.ts']
.github/labels.yml
@@ -18,6 +18,10 @@
18
description: Updates or additions to example apps
19
color: 009688
20
21
+- name: website
22
+ description: Updates to the documentation website
23
+ color: 0ea5e9
24
25
- name: tests
26
description: Modifications, additions, or fixes related to testing
27
color: 00bfa5
0 commit comments