Adjust author associations for auto-merge (#2346)

* Adjust author associations for auto-merge

* Upgrade outdated actions
This commit is contained in:
Josh Mock
2024-08-19 10:44:24 -05:00
committed by GitHub
parent e2745b4c75
commit 9c959971a5
3 changed files with 5 additions and 4 deletions

View File

@ -14,4 +14,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash merge-method: squash
do-not-merge-labels: never-merge do-not-merge-labels: never-merge
pull-request-author-associations: OWNER pull-request-author-associations: OWNER,MEMBER
review-author-associations: OWNER,MEMBER

View File

@ -12,7 +12,7 @@ jobs:
src-only: "${{ steps.changes.outputs.src-only }}" src-only: "${{ steps.changes.outputs.src-only }}"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dorny/paths-filter/@v2.11.1 - uses: dorny/paths-filter/@v3.0.2
id: changes id: changes
with: with:
filters: | filters: |

View File

@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ github.event.inputs.branch }} ref: ${{ github.event.inputs.branch }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: "20.x" node-version: "22.x"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- run: npm install -g npm - run: npm install -g npm
- run: npm install - run: npm install