From 456346b5e883245860b9d37c0afcd6afb0c56b44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:30:23 +0000 Subject: [PATCH 1/2] Initial plan From 04ae2aed89837807a6a8f8d668eef382a56e6508 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:43:16 +0000 Subject: [PATCH 2/2] fix: add close-older-issues: true to cli-version-checker create-issue safe-output config Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/cli-version-checker.lock.yml | 4 ++-- .github/workflows/cli-version-checker.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index e72c21e1ce5..57973aef1e6 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -29,7 +29,7 @@ # - shared/mood.md # - shared/reporting.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"1b10358b8d2f4999ed67f66a35cc17a28187f23df86e9ee09c277566cf9802fb"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"46d71b0390aed3a0c598541e801f158c1842b35bf50bdd247a1422d66d3acaac"} name: "CLI Version Checker" "on": @@ -1183,7 +1183,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"expires\":48,\"labels\":[\"automation\",\"dependencies\",\"cookie\"],\"max\":1,\"title_prefix\":\"[ca] \"},\"missing_data\":{},\"missing_tool\":{}}" + GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"close_older_issues\":true,\"expires\":48,\"labels\":[\"automation\",\"dependencies\",\"cookie\"],\"max\":1,\"title_prefix\":\"[ca] \"},\"missing_data\":{},\"missing_tool\":{}}" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/cli-version-checker.md b/.github/workflows/cli-version-checker.md index e6cd5e0fc59..5eccc6f37b8 100644 --- a/.github/workflows/cli-version-checker.md +++ b/.github/workflows/cli-version-checker.md @@ -26,6 +26,7 @@ safe-outputs: expires: 2d title-prefix: "[ca] " labels: [automation, dependencies, cookie] + close-older-issues: true timeout-minutes: 45 ---