File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
PR_URL : ${{github.event.pull_request.html_url}}
25
25
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
26
26
27
- # dependabot-auto-merge:
28
- # runs-on: ubuntu-latest
29
- # if: ${{ github.actor == 'dependabot[bot]' }}
30
- # steps:
31
- # - name: Retrieve Dependabot metadata
32
- # id: metadata
33
- # uses: dependabot/fetch-metadata@v2
34
- # with:
35
- # github-token: "${{ secrets.GITHUB_TOKEN }}"
36
- #
37
- # - name: Auto-merge Pull Request
38
- # if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
39
- # run: gh pr merge --auto --merge "$PR_URL"
40
- # env:
41
- # PR_URL: ${{github.event.pull_request.html_url}}
42
- # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
+ dependabot-auto-merge :
28
+ runs-on : ubuntu-latest
29
+ if : ${{ github.actor == 'dependabot[bot]' }}
30
+ steps :
31
+ - name : Retrieve Dependabot metadata
32
+ id : metadata
33
+ uses : dependabot/fetch-metadata@v2
34
+ with :
35
+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
36
+
37
+ - name : Auto-merge Pull Request
38
+ if : ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
39
+ run : gh pr merge --auto --merge "$PR_URL"
40
+ env :
41
+ PR_URL : ${{github.event.pull_request.html_url}}
42
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments