File tree 8 files changed +41
-7
lines changed
8 files changed +41
-7
lines changed Original file line number Diff line number Diff line change 19
19
concurrency :
20
20
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
21
21
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
22
-
22
+ permissions : {}
23
+ # actions: read
24
+ # checks: read
25
+ # contents: read
26
+ # deployments: read
23
27
jobs :
24
28
build :
25
29
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 11
11
- ' test/agentchat/contrib/**'
12
12
- ' .github/workflows/contrib-openai.yml'
13
13
- ' setup.py'
14
-
14
+ permissions : {}
15
+ # actions: read
16
+ # checks: read
17
+ # contents: read
18
+ # deployments: read
15
19
jobs :
16
20
RetrieveChatTest :
17
21
strategy :
Original file line number Diff line number Diff line change 15
15
concurrency :
16
16
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
17
17
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
18
-
18
+ permissions : {}
19
+ # actions: read
20
+ # checks: read
21
+ # contents: read
22
+ # deployments: read
19
23
jobs :
20
24
RetrieveChatTest :
21
25
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 16
16
workflow_dispatch :
17
17
merge_group :
18
18
types : [checks_requested]
19
-
19
+ permissions :
20
+ pages : write
21
+ # actions: read
22
+ # checks: read
23
+ # contents: read
24
+ # deployments: read
20
25
jobs :
21
26
checks :
22
27
if : github.event_name != 'push'
Original file line number Diff line number Diff line change 7
7
- ' dotnet/**'
8
8
env :
9
9
BUILD_CONFIGURATION : Release # set this to the appropriate build configuration
10
-
10
+ permissions : {}
11
+ # actions: read
12
+ # checks: read
13
+ # contents: read
14
+ # deployments: read
11
15
jobs :
12
16
build :
13
17
environment : dotnet
Original file line number Diff line number Diff line change 12
12
- " notebook/agentchat_auto_feedback_from_code_execution.ipynb"
13
13
- " notebook/agentchat_function_call.ipynb"
14
14
- " .github/workflows/openai.yml"
15
+ permissions : {}
16
+ # actions: read
17
+ # checks: read
18
+ # contents: read
19
+ # deployments: read
15
20
16
21
jobs :
17
22
test :
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ on: # Trigger the workflow on pull request or merge
9
9
defaults :
10
10
run :
11
11
shell : bash
12
-
12
+ permissions : {}
13
+ # actions: read
14
+ # checks: read
15
+ # contents: read
16
+ # deployments: read
13
17
jobs :
14
18
15
19
pre-commit-check :
Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ name: python-package
7
7
on :
8
8
release :
9
9
types : [published]
10
-
10
+ permissions : {}
11
+ # actions: read
12
+ # checks: read
13
+ # contents: read
14
+ # deployments: read
11
15
jobs :
12
16
deploy :
13
17
strategy :
You can’t perform that action at this time.
0 commit comments