File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ name: Sample Run and Dependabot Auto-merge
77on :
88 push :
99 branches : [ master ]
10- pull_request_target :
11- branches : [ master ]
12- workflow_dispatch :
1310
1411permissions :
1512 id-token : write
3532 steps :
3633 - name : Checkout
3734 uses : actions/checkout@v4
38- with :
39- ref : ${{ github.event.pull_request.head.sha }}
4035
4136 - name : Configure AWS Credentials
4237 uses : aws-actions/configure-aws-credentials@v4
@@ -102,12 +97,12 @@ jobs:
10297 alert-lookup : true
10398 github-token : " ${{ secrets.GITHUB_TOKEN }}"
10499
105- - name : Approve PR
106- if : steps.metadata.outputs.update-type != 'version-update:semver-major'
107- run : gh pr review --approve "$PR_URL"
108- env :
109- PR_URL : ${{github.event.pull_request.html_url}}
110- GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
100+ # - name: Approve PR
101+ # if: steps.metadata.outputs.update-type != 'version-update:semver-major'
102+ # run: gh pr review --approve "$PR_URL"
103+ # env:
104+ # PR_URL: ${{github.event.pull_request.html_url}}
105+ # GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
111106
112107# - name: Enable auto-merge for Dependabot PRs
113108# if: steps.metadata.outputs.update-type != 'version-update:semver-major'
You can’t perform that action at this time.
0 commit comments