From 2fc72f0b4ff98340f0c230a0adf59f648f094f2d Mon Sep 17 00:00:00 2001 From: Brandon Stoll Date: Fri, 17 Oct 2025 20:27:17 +0000 Subject: [PATCH 1/2] Remove GITHB_TOKEN from linter args --- .github/workflows/linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index fbfb40f..7058392 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,4 +38,3 @@ jobs: GITHUB_ACTIONS_COMMAND_ARGS: -ignore SC2046 IGNORE_GENERATED_FILES: true DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From c2a3780d5c669b2829b3c8f9bf91c99c3ce16029 Mon Sep 17 00:00:00 2001 From: Brandon Stoll Date: Fri, 17 Oct 2025 20:49:02 +0000 Subject: [PATCH 2/2] disable multi-status --- .github/workflows/linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7058392..5fd133f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,8 +15,6 @@ jobs: permissions: contents: read packages: read - # To report Github Actions status checks - statuses: write steps: - name: Checkout Code @@ -38,3 +36,4 @@ jobs: GITHUB_ACTIONS_COMMAND_ARGS: -ignore SC2046 IGNORE_GENERATED_FILES: true DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} + MULTI_STATUS: false