File tree Expand file tree Collapse file tree 8 files changed +8
-40
lines changed Expand file tree Collapse file tree 8 files changed +8
-40
lines changed Original file line number Diff line number Diff line change 68
68
)
69
69
timeout-minutes : 10
70
70
runs-on : ' ubuntu-latest'
71
- env :
72
- ACTIONS_STEP_DEBUG : true # Default to debug logging
73
-
74
71
steps :
75
72
- name : ' Generate GitHub App Token'
76
73
id : ' generate_token'
@@ -216,10 +213,9 @@ jobs:
216
213
gcp_service_account : ' ${{ vars.SERVICE_ACCOUNT_EMAIL }}'
217
214
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
218
215
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
219
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
220
216
settings : |-
221
217
{
222
- "debug": true ,
218
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
223
219
"maxSessionTurns": 50,
224
220
"telemetry": {
225
221
"enabled": true,
Original file line number Diff line number Diff line change 41
41
)
42
42
timeout-minutes : 5
43
43
runs-on : ' ubuntu-latest'
44
- env :
45
- ACTIONS_STEP_DEBUG : true # Default to debug logging
46
-
47
44
steps :
48
45
- name : ' Checkout repository'
49
46
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
75
72
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
76
73
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
77
74
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
78
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
79
75
settings : |-
80
76
{
81
- "debug": true ,
77
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
82
78
"maxSessionTurns": 25,
83
79
"coreTools": [
84
80
"run_shell_command(echo)",
Original file line number Diff line number Diff line change 23
23
triage-issues :
24
24
timeout-minutes : 5
25
25
runs-on : ' ubuntu-latest'
26
- env :
27
- ACTIONS_STEP_DEBUG : true # Default to debug logging
28
-
29
26
steps :
30
27
- name : ' Checkout repository'
31
28
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
83
80
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
84
81
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
85
82
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
86
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
87
83
settings : |-
88
84
{
89
- "debug": true ,
85
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
90
86
"maxSessionTurns": 25,
91
87
"coreTools": [
92
88
"run_shell_command(echo)",
Original file line number Diff line number Diff line change 74
74
)
75
75
timeout-minutes : 5
76
76
runs-on : ' ubuntu-latest'
77
- env :
78
- ACTIONS_STEP_DEBUG : true # Default to debug logging
79
-
80
77
steps :
81
78
- name : ' Checkout PR code'
82
79
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
@@ -173,10 +170,9 @@ jobs:
173
170
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
174
171
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
175
172
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
176
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
177
173
settings : |-
178
174
{
179
- "debug": true ,
175
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
180
176
"maxSessionTurns": 20,
181
177
"mcpServers": {
182
178
"github": {
Original file line number Diff line number Diff line change 68
68
)
69
69
timeout-minutes : 10
70
70
runs-on : ' ubuntu-latest'
71
- env :
72
- ACTIONS_STEP_DEBUG : true # Default to debug logging
73
-
74
71
steps :
75
72
- name : ' Generate GitHub App Token'
76
73
id : ' generate_token'
@@ -216,10 +213,9 @@ jobs:
216
213
gcp_service_account : ' ${{ vars.SERVICE_ACCOUNT_EMAIL }}'
217
214
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
218
215
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
219
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
220
216
settings : |-
221
217
{
222
- "debug": true ,
218
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
223
219
"maxSessionTurns": 50,
224
220
"telemetry": {
225
221
"enabled": false,
Original file line number Diff line number Diff line change 41
41
)
42
42
timeout-minutes : 5
43
43
runs-on : ' ubuntu-latest'
44
- env :
45
- ACTIONS_STEP_DEBUG : true # Default to debug logging
46
-
47
44
steps :
48
45
- name : ' Checkout repository'
49
46
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
75
72
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
76
73
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
77
74
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
78
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
79
75
settings : |-
80
76
{
81
- "debug": true ,
77
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
82
78
"maxSessionTurns": 25,
83
79
"coreTools": [
84
80
"run_shell_command(echo)",
Original file line number Diff line number Diff line change 23
23
triage-issues :
24
24
timeout-minutes : 5
25
25
runs-on : ' ubuntu-latest'
26
- env :
27
- ACTIONS_STEP_DEBUG : true # Default to debug logging
28
-
29
26
steps :
30
27
- name : ' Checkout repository'
31
28
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
83
80
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
84
81
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
85
82
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
86
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
87
83
settings : |-
88
84
{
89
- "debug": true ,
85
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
90
86
"maxSessionTurns": 25,
91
87
"coreTools": [
92
88
"run_shell_command(echo)",
Original file line number Diff line number Diff line change 74
74
)
75
75
timeout-minutes : 5
76
76
runs-on : ' ubuntu-latest'
77
- env :
78
- ACTIONS_STEP_DEBUG : true # Default to debug logging
79
-
80
77
steps :
81
78
- name : ' Checkout PR code'
82
79
uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
@@ -173,10 +170,9 @@ jobs:
173
170
gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
174
171
use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
175
172
use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
176
- # Default to debug logging. Disable debug logging by removing '"debug": true,'
177
173
settings : |-
178
174
{
179
- "debug": true ,
175
+ "debug": ${{ fromJSON(env.DEBUG || env.ACTIONS_STEP_DEBUG || false) }} ,
180
176
"maxSessionTurns": 20,
181
177
"mcpServers": {
182
178
"github": {
You can’t perform that action at this time.
0 commit comments