We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dec5b commit fc872d5Copy full SHA for fc872d5
.github/labeler.yml
@@ -32,3 +32,9 @@ vertex:
32
- changed-files:
33
- any-glob-to-any-file:
34
- 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
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Labeler
21
uses: actions/labeler@v5
0 commit comments