File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
15
15
with :
16
16
github-token : " ${{ secrets.TECH_TOKEN }}"
17
17
18
- - name : Enable auto-merge for Dependabot PRs
19
- if : >
20
- github.actor == 'dependabot[bot]'
21
- && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
22
- run : gh pr merge --auto --rebase "$PR_URL"
23
- env :
24
- PR_URL : ${{github.event.pull_request.html_url}}
25
- GITHUB_TOKEN : ${{ secrets.TECH_TOKEN }}
18
+ # - name: Enable auto-merge for Dependabot PRs
19
+ # if: >
20
+ # github.actor == 'dependabot[bot]'
21
+ # && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
22
+ # run: gh pr merge --auto --rebase "$PR_URL"
23
+ # env:
24
+ # PR_URL: ${{github.event.pull_request.html_url}}
25
+ # GITHUB_TOKEN: ${{ secrets.TECH_TOKEN }}
26
26
27
- - name : Approve a PR
28
- if : >
29
- github.actor == 'dependabot[bot]'
30
- || github.actor == 'slawekjaranowski'
31
- run : gh pr review --approve "$PR_URL"
32
- env :
33
- PR_URL : ${{github.event.pull_request.html_url}}
34
- GITHUB_TOKEN : ${{ secrets.TECH_TOKEN }}
27
+ # - name: Approve a PR
28
+ # if: >
29
+ # github.actor == 'dependabot[bot]'
30
+ # || github.actor == 'slawekjaranowski'
31
+ # run: gh pr review --approve "$PR_URL"
32
+ # env:
33
+ # PR_URL: ${{github.event.pull_request.html_url}}
34
+ # GITHUB_TOKEN: ${{ secrets.TECH_TOKEN }}
You can’t perform that action at this time.
0 commit comments