Adjust author associations for auto-merge (#2346)
* Adjust author associations for auto-merge * Upgrade outdated actions
This commit is contained in:
3
.github/workflows/auto-merge.yml
vendored
3
.github/workflows/auto-merge.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -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: |
|
||||
|
||||
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user