Skip to content

Commit

Permalink
Removes not needed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jun 13, 2024
1 parent 501cf5a commit b78e40b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:

- name: Auto approve
id: autoApprove
if: steps.createAutoPR.outputs.pull-request-operation == 'created'
uses: juliangruber/approve-pull-request-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: echo ${{ steps.find-pull-request.outputs.number }}
number: ${{ steps.find-pull-request.outputs.number }}


- name: Enable auto-merge
Expand Down

0 comments on commit b78e40b

Please sign in to comment.