From 313bc0d45af46abcc51eb0ac215893837a7b193d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:04:08 +0000 Subject: [PATCH 1/2] Initial plan From 6c050d01ff53963797e713e504fb6772dea44104 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:11:06 +0000 Subject: [PATCH 2/2] Test qa.yaml with starflow PR #101 changes Co-authored-by: lengau <4305943+lengau@users.noreply.github.com> --- .github/workflows/qa.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index bbf29afaa..d65248333 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -1,3 +1,8 @@ +# TESTING: This workflow has been modified to test with starflow PR #101 +# Reference: https://github.com/canonical/starflow/pull/101 +# The workflow references below have been changed from @main to +# @copilot/use-pristine-ubuntu-action to test against the changes in the +# starflow PR. This change is temporary for cross-repo testing purposes. name: QA on: push: @@ -11,9 +16,9 @@ on: jobs: lint: - uses: canonical/starflow/.github/workflows/lint-python.yaml@main + uses: canonical/starflow/.github/workflows/lint-python.yaml@copilot/use-pristine-ubuntu-action test: - uses: canonical/starflow/.github/workflows/test-python.yaml@main + uses: canonical/starflow/.github/workflows/test-python.yaml@copilot/use-pristine-ubuntu-action with: fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04"]' fast-test-python-versions: '["3.10", "3.12"]'