Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 7, 2025
1 parent 7fa5392 commit ecd6ff9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Auto-approve
uses: hmarr/auto-approve-action@v4
- name: check
run: |
echo ${{ github.event.pull_request.user.login }}
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# - name: Auto-approve
# uses: hmarr/auto-approve-action@v4

# - name: Enable auto-merge
# run: gh pr merge --auto --squash "$PR_URL"
# env:
# PR_URL: ${{github.event.pull_request.html_url}}
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ecd6ff9

Please sign in to comment.