Skip to content

Commit b6a023d

Browse files
committed
feat(workflows): enhance Dependabot PR review process
1 parent 56c7966 commit b6a023d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dependabot-reviewer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Approve patch and minor updates
2424
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
2525
run: |
26-
gh pr checkout ${{github.event.pull_request.number}}
2726
git rebase origin/${{github.base_ref}}
2827
gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a patch or minor update**"
2928
env:

0 commit comments

Comments
 (0)