From ceb0c2d04fc97253318a3ff75752ba6bb53a968a Mon Sep 17 00:00:00 2001 From: rzuckerm Date: Sat, 22 Nov 2025 13:33:19 -0600 Subject: [PATCH 1/3] Update to actions/checkout@v6 --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/readme.yml | 2 +- .github/workflows/test-suite.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index af3746c9a..688e54073 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -85,7 +85,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} changed-files: ${{ steps.changed-files.outputs.files }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -127,7 +127,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 1622f853d..5690430ea 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -30,7 +30,7 @@ jobs: app-id: ${{ secrets.README_BOT_APP_ID }} private-key: ${{ secrets.README_BOT_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Read repo config uses: pietrobolcato/action-read-yaml@1.1.0 diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ea9a2675b..ee0681cf1 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -35,7 +35,7 @@ jobs: status: ${{ steps.changed-files.outputs.exists }} changed_files: ${{ steps.changed-files.outputs.files }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 2 From a0aee840a44ae05ce5cee25a1eb7b881aeea4c94 Mon Sep 17 00:00:00 2001 From: rzuckerm Date: Sat, 22 Nov 2025 13:41:48 -0600 Subject: [PATCH 2/3] Try adding '**' to paths --- .github/workflows/pr-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index b3d5e231a..ecce036b5 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -2,6 +2,7 @@ name: "Pull Request Labeler" on: pull_request_target: paths: + - '**' - '!archive/*/*/*.md' jobs: From 5ae9457f09df21e07dcd8d24c5a7d394cbeaaf67 Mon Sep 17 00:00:00 2001 From: rzuckerm Date: Sat, 22 Nov 2025 13:50:58 -0600 Subject: [PATCH 3/3] Try to force PR labeler to run again --- .github/labeler.yml | 1 + .github/workflows/pr-labeler.yml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index fc4202a82..f5de90f0d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -304,3 +304,4 @@ transpose matrix: - archive/*/*/transposeMatrix.* - archive/*/*/transpose_matrix.* - base-branch: main + diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index ecce036b5..984de525a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -1,9 +1,7 @@ name: "Pull Request Labeler" on: pull_request_target: - paths: - - '**' - - '!archive/*/*/*.md' + workflow_dispatch: jobs: pr-labeler: