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 b78e40b commit 04b2546
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: echo branch name
run: echo ${{ steps.find_branch_name.outputs.text }}

- name: Find Pull Request
uses: juliangruber/find-pull-request-action@v1
id: find-pull-request
with:
branch: ${{ steps.find_branch_name.outputs.text }}


- run: echo "Pull Request ${number} "
env:
number: ${{ steps.find-pull-request.outputs.number }}

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


- name: Enable auto-merge
run: |
gh pr merge --auto --squash "$PR_URL"
Expand Down

0 comments on commit 04b2546

Please sign in to comment.