Skip to content

Commit fc872d5

Browse files
authored
ci: Added masestro labeler (#299)
1 parent f2dec5b commit fc872d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ vertex:
3232
- changed-files:
3333
- any-glob-to-any-file:
3434
- ai21/clients/vertex/*
35+
36+
maestro:
37+
- changed-files:
38+
- any-glob-to-any-file:
39+
- ai21/clients/studio/resources/maestro/*
40+
- ai21/models/maestro/*

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Labeler
2121
uses: actions/labeler@v5

0 commit comments

Comments
 (0)