From 4f0af7a20a4895542627b258438ae4fd4882cade Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 19 Aug 2024 10:25:39 -0500 Subject: [PATCH 1/2] Adjust author associations for auto-merge --- .github/workflows/auto-merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 53d4557f8..65efca90b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,4 +14,5 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} merge-method: squash do-not-merge-labels: never-merge - pull-request-author-associations: OWNER + pull-request-author-associations: OWNER,MEMBER + review-author-associations: OWNER,MEMBER From b69d4b9ec177d7e73f783126946c719f9c4c4d21 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 19 Aug 2024 10:34:36 -0500 Subject: [PATCH 2/2] Upgrade outdated actions --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa0ea28be..e4765731f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: src-only: "${{ steps.changes.outputs.src-only }}" steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter/@v2.11.1 + - uses: dorny/paths-filter/@v3.0.2 id: changes with: filters: | diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9a37764eb..0b6d77877 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" - run: npm install -g npm - run: npm install