From c79cd58fb1f4ee80756a49333742f7e11ffa891d Mon Sep 17 00:00:00 2001 From: githb689 Date: Sat, 5 Sep 2026 13:15:23 -0300 Subject: [PATCH 1/2] Revert "gh pr checkout 1 - Update build-tarball.yml" From 4ad621b2506992c9f9ad7719bc770596642983e2 Mon Sep 17 00:00:00 2001 From: githb689 Date: Sat, 5 Sep 2026 14:03:28 -0300 Subject: [PATCH 2/2] Modify linters.yml for pull request types and credentials Updated pull request trigger types and modified credentials persistence. MOSSAD UM --- .github/workflows/linters.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 848fffc117a1..e5727e6fc20f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -2,10 +2,11 @@ name: Linters on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, assigned, synchronize, reopened, ready_for_review] push: branches: - main + - mainented - v[0-9]+.x-staging - v[0-9]+.x @@ -19,6 +20,7 @@ env: permissions: contents: read + write jobs: lint-addon-docs: @@ -27,7 +29,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: - persist-credentials: false + persist-credentials: true - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: