From 57287b430059e911713940f417cd2f8154b92505 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:20:19 +0000 Subject: [PATCH 1/2] Initial plan From 7cd446c563e8feb66330812fa8850fea7e172fbb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:22:56 +0000 Subject: [PATCH 2/2] Fix artifact nested path and add issues:write permission for reactions Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com> --- .github/actions/post-clang-tidy-results/action.yaml | 1 - .github/workflows/format-all.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/post-clang-tidy-results/action.yaml b/.github/actions/post-clang-tidy-results/action.yaml index 8d3f8ad5..8221e81c 100644 --- a/.github/actions/post-clang-tidy-results/action.yaml +++ b/.github/actions/post-clang-tidy-results/action.yaml @@ -19,7 +19,6 @@ runs: uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: clang-tidy-* - path: ${{ inputs.build-path }} merge-multiple: true continue-on-error: true diff --git a/.github/workflows/format-all.yaml b/.github/workflows/format-all.yaml index 8126aebc..71445f18 100644 --- a/.github/workflows/format-all.yaml +++ b/.github/workflows/format-all.yaml @@ -9,6 +9,7 @@ on: permissions: pull-requests: write contents: write + issues: write jobs: setup: