Skip to content

Commit

Permalink
Fix Action Again
Browse files Browse the repository at this point in the history
Bad copy paste, fixed now.
  • Loading branch information
jrjohnson committed Aug 8, 2024
1 parent 75b2060 commit 12df3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Review and Label
if: ${{contains(steps.metadata.outputs.dependency-names, matrix.safe-dependency) && (steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch') }}
run: |
gh pr edit --add-label "ready to merge" ${{ steps.cpr.outputs.pull-request-number }}
gh pr edit --add-label "ready to merge" ${{ github.event.number }}
gh pr review --approve -b "Auto Approved" ${{ github.event.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 12df3e1

Please sign in to comment.