Skip to content

Commit

Permalink
Merge pull request #8055 from jrjohnson/fi-fo-fum
Browse files Browse the repository at this point in the history
Fix Action Again
  • Loading branch information
jrjohnson committed Aug 8, 2024
2 parents 75b2060 + 12df3e1 commit 5688ece
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 5688ece

Please sign in to comment.