Skip to content

Commit 02c9c69

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/webpack-5.106.1
2 parents cb02b7b + 962cbcd commit 02c9c69

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,15 @@ jobs:
5454
steps:
5555
- name: Dependabot metadata
5656
id: metadata
57-
uses: dependabot/fetch-metadata@v2
57+
uses: dependabot/fetch-metadata@v3
5858
with:
5959
github-token: "${{ secrets.GITHUB_TOKEN }}"
60-
- name: Approve Dependabot PR
61-
run: gh pr review --approve "$PR_URL"
62-
env:
63-
PR_URL: ${{ github.event.pull_request.html_url }}
64-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6560
- name: Enable auto-merge for Dependabot PRs
6661
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
67-
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
62+
run: gh pr merge --auto --merge "$PR_URL" # Use GitHub CLI to merge automatically the PR
6863
env:
6964
PR_URL: ${{github.event.pull_request.html_url}}
70-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
65+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
7166

7267
npm-publish-dev:
7368
needs: build

0 commit comments

Comments
 (0)