Skip to content

Commit

Permalink
ci(auto-merge): fix auto-merge (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
1 parent 1694349 commit be43afa
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/auto-merge-dependabot-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Dependabot Metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --auto --merge '$PULL_REQUEST_URL'
run: gh pr merge $PR_URL --auto --squash

0 comments on commit be43afa

Please sign in to comment.