From 766aac5ac45d0ee85fb61a47f7bf07ced02fd138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:01:08 +0000 Subject: [PATCH 1/3] build(deps): bump actions/ai-inference from 2.0.2 to 2.0.4 Bumps [actions/ai-inference](https://github.com/actions/ai-inference) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/actions/ai-inference/releases) - [Commits](https://github.com/actions/ai-inference/compare/5022b33bc1431add9b2831934daf8147a2ad9331...334892bb203895caaed82ec52d23c1ed9385151e) --- updated-dependencies: - dependency-name: actions/ai-inference dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ai-translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-translation.yml b/.github/workflows/ai-translation.yml index f4421c128..eaf8373aa 100644 --- a/.github/workflows/ai-translation.yml +++ b/.github/workflows/ai-translation.yml @@ -236,7 +236,7 @@ jobs: - name: Run AI translation id: ai_translate - uses: actions/ai-inference@5022b33bc1431add9b2831934daf8147a2ad9331 # v2.0.1 + uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.1 with: system-prompt-file: .github/prompts/ai-translation-system.prompt.yml prompt-file: .github/prompts/ai-translation-user.prompt.yml From 28e6f0f65016efc33ddf07db0713959db434f04f Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Mon, 1 Dec 2025 11:56:00 +0100 Subject: [PATCH 2/3] Update AI inference action version to v2.0.4 Signed-off-by: Amilcar Lucas --- .github/workflows/ai-translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-translation.yml b/.github/workflows/ai-translation.yml index eaf8373aa..9c02c4b7a 100644 --- a/.github/workflows/ai-translation.yml +++ b/.github/workflows/ai-translation.yml @@ -236,7 +236,7 @@ jobs: - name: Run AI translation id: ai_translate - uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.1 + uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.4 with: system-prompt-file: .github/prompts/ai-translation-system.prompt.yml prompt-file: .github/prompts/ai-translation-user.prompt.yml From 0a468f8a95a17586632cc16b989ab66285de2aa6 Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Mon, 1 Dec 2025 11:57:55 +0100 Subject: [PATCH 3/3] Enable GitHub MCP and update toolsets Signed-off-by: Amilcar Lucas --- .github/workflows/ai-translation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai-translation.yml b/.github/workflows/ai-translation.yml index 9c02c4b7a..a02233db2 100644 --- a/.github/workflows/ai-translation.yml +++ b/.github/workflows/ai-translation.yml @@ -246,7 +246,8 @@ jobs: translation_file: ${{ matrix.file }} file_input: | translation_content: ${{ matrix.file }} - enable-github-mcp: false + enable-github-mcp: true + github-mcp-toolsets: "context,repos" model: openai/gpt-4.1 max-tokens: 8000 token: ${{ secrets.AMC_COPILOT_TOKEN_CLASSIC }}