Skip to content

Commit 7ac6027

Browse files
authored
Update label-with-ai.yml
1 parent a5ecb28 commit 7ac6027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/label-with-ai.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: mattleibow/labeled-by-ai@main
13+
- uses: mattleibow/dev-tools@action/label-with-ai
1414
name: Apply AREA labels
1515
with:
1616
label-pattern: '^area/.*'
1717
apply-label: 'false'
1818
add-comment: 'false'
19-
- uses: mattleibow/labeled-by-ai@main
19+
- uses: mattleibow/dev-tools@action/label-with-ai
2020
name: Apply PLATFORM labels
2121
with:
2222
label-pattern: '^os/.*'
2323
apply-label: 'false'
2424
add-comment: 'false'
25-
- uses: mattleibow/labeled-by-ai@main
25+
- uses: mattleibow/dev-tools@action/label-with-ai
2626
name: Apply BACKEND labels
2727
with:
2828
label-pattern: '^backend/.*'
2929
apply-label: 'false'
3030
add-comment: 'false'
31-
- uses: mattleibow/labeled-by-ai@main
31+
- uses: mattleibow/dev-tools@action/label-with-ai
3232
name: Apply TENET labels
3333
with:
3434
label-pattern: '^tenet/.*'

0 commit comments

Comments
 (0)