File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ jobs:
10
10
permissions :
11
11
issues : write
12
12
steps :
13
- - uses : mattleibow/labeled-by-ai@main
13
+ - uses : mattleibow/dev-tools@action/label-with-ai
14
14
name : Apply AREA labels
15
15
with :
16
16
label-pattern : ' ^area/.*'
17
17
apply-label : ' false'
18
18
add-comment : ' false'
19
- - uses : mattleibow/labeled-by-ai@main
19
+ - uses : mattleibow/dev-tools@action/label-with-ai
20
20
name : Apply PLATFORM labels
21
21
with :
22
22
label-pattern : ' ^os/.*'
23
23
apply-label : ' false'
24
24
add-comment : ' false'
25
- - uses : mattleibow/labeled-by-ai@main
25
+ - uses : mattleibow/dev-tools@action/label-with-ai
26
26
name : Apply BACKEND labels
27
27
with :
28
28
label-pattern : ' ^backend/.*'
29
29
apply-label : ' false'
30
30
add-comment : ' false'
31
- - uses : mattleibow/labeled-by-ai@main
31
+ - uses : mattleibow/dev-tools@action/label-with-ai
32
32
name : Apply TENET labels
33
33
with :
34
34
label-pattern : ' ^tenet/.*'
You can’t perform that action at this time.
0 commit comments