From 950de602d23ec315c09f10688ff06b93ad583953 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Wed, 11 Mar 2026 11:04:12 +0800 Subject: [PATCH] Update copilot CLI command options in workflow --- .github/workflows/issueLens-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issueLens-run.yml b/.github/workflows/issueLens-run.yml index 97e984b4..093fa2ec 100644 --- a/.github/workflows/issueLens-run.yml +++ b/.github/workflows/issueLens-run.yml @@ -41,7 +41,7 @@ jobs: echo '{"mcpServers": {"javatooling-search": {"type": "http", "url": "${{ secrets.JAVATOOLING_INDEX_URL }}"}}}' > mcp-config.json # Run copilot CLI with issuelens custom agent - output=$(copilot --agent=issuelens --additional-mcp-config @mcp-config.json --prompt "triage issue #${{ steps.issue.outputs.number }} for repo \"${{ github.repository }}\"" 2>&1 || true) + output=$(copilot --agent=issuelens --allow-all --enable-all-github-mcp-tools --no-custom-instructions --no-ask-user --additional-mcp-config @mcp-config.json --prompt "triage issue #${{ steps.issue.outputs.number }} for repo \"${{ github.repository }}\"" 2>&1 || true) echo "Raw output:" echo "$output"