Skip to content

Commit 5d1eb59

Browse files
authored
Add --approve flag to gh aw compile command (#36)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 6e8a55e commit 5d1eb59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/recompile_agentic_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
3333
run: |
3434
gh extension install github/gh-aw
35-
gh aw compile
35+
gh aw compile --approve
3636
- id: push
3737
run: |
3838
if git diff --quiet HEAD; then exit 0; fi

0 commit comments

Comments
 (0)