File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Dependabot metadata
14
14
id : metadata
15
- uses : dependabot/fetch-metadata@v2.3 .0
15
+ uses : dependabot/fetch-metadata@v2.4 .0
16
16
- name : Approve the pull request
17
17
run : gh pr review --approve "${{ github.event.pull_request.html_url }}"
18
18
if : steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Dependabot metadata
13
13
id : metadata
14
- uses : dependabot/fetch-metadata@v2.3 .0
14
+ uses : dependabot/fetch-metadata@v2.4 .0
15
15
- name : Enable Pull Request Automerge
16
16
run : gh pr merge --squash --auto "${{ github.event.pull_request.html_url }}"
17
17
if : steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
You can’t perform that action at this time.
0 commit comments