Skip to content

Commit 87e37e0

Browse files
committed
Add website as github label
1 parent 4e5b93c commit 87e37e0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/labeller.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- changed-files:
77
- any-glob-to-any-file: ['examples/**']
88

9+
'website':
10+
- changed-files:
11+
- any-glob-to-any-file: ['website/**']
12+
913
'tests':
1014
- changed-files:
1115
- any-glob-to-any-file: ['packages/**/*.test.ts']

.github/labels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
description: Updates or additions to example apps
1919
color: 009688
2020

21+
- name: website
22+
description: Updates to the documentation website
23+
color: 0ea5e9
24+
2125
- name: tests
2226
description: Modifications, additions, or fixes related to testing
2327
color: 00bfa5

0 commit comments

Comments
 (0)