Skip to content

Commit f3f48aa

Browse files
authored
Merge pull request #13 from allthingslinux/fix/labeler-yaml-keys
fix(ci): quote labeler keys containing colons
2 parents 5c5a5aa + c28ac0c commit f3f48aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/labeler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
app: portal:
1+
"app: portal":
22
- changed-files:
33
- any-glob-to-any-file:
44
- apps/portal/**
55
- .github/workflows/portal-*
66
- .github/scripts/portal/**
77

8-
app: web:
8+
"app: web":
99
- changed-files:
1010
- any-glob-to-any-file:
1111
- apps/web/**
1212
- .github/workflows/web-*
1313
- .github/scripts/web/**
1414

15-
app: docs:
15+
"app: docs":
1616
- changed-files:
1717
- any-glob-to-any-file:
1818
- apps/docs/**
1919
- .github/workflows/docs-*
2020

21-
app: tools:
21+
"app: tools":
2222
- changed-files:
2323
- any-glob-to-any-file:
2424
- apps/tools-web/**
@@ -27,13 +27,13 @@ app: tools:
2727
- services/tools/**
2828
- .github/workflows/tools-*
2929

30-
app: chat-web:
30+
"app: chat-web":
3131
- changed-files:
3232
- any-glob-to-any-file:
3333
- apps/chat-web/**
3434
- .github/workflows/chat-web*
3535

36-
app: bridge:
36+
"app: bridge":
3737
- changed-files:
3838
- any-glob-to-any-file:
3939
- apps/bridge/**
@@ -42,7 +42,7 @@ app: bridge:
4242
- .github/workflows/reusable-py-check.yml
4343
- infra/chat/chat-bridge.yaml
4444

45-
service: irc:
45+
"service: irc":
4646
- changed-files:
4747
- any-glob-to-any-file:
4848
- services/chat/irc-**/**
@@ -53,7 +53,7 @@ service: irc:
5353
- infra/chat/chat-obsidian.yaml
5454
- infra/chat/chat-gamja.yaml
5555

56-
service: xmpp:
56+
"service: xmpp":
5757
- changed-files:
5858
- any-glob-to-any-file:
5959
- services/chat/xmpp-**/**
@@ -62,13 +62,13 @@ service: xmpp:
6262
- infra/chat/chat-xmpp.yaml
6363
- infra/chat/chat-fluux.yaml
6464

65-
service: network:
65+
"service: network":
6666
- changed-files:
6767
- any-glob-to-any-file:
6868
- services/network/**
6969
- infra/network/network.yaml
7070

71-
service: observability:
71+
"service: observability":
7272
- changed-files:
7373
- any-glob-to-any-file:
7474
- services/observability/**

0 commit comments

Comments
 (0)