Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 6, 2025
1 parent 18cac77 commit bf1e2a5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Dependabot auto-merge

on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
on: pull_request

permissions:
contents: write
Expand All @@ -12,7 +9,7 @@ permissions:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
Expand All @@ -22,6 +19,6 @@ jobs:

auto-approve:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: hmarr/auto-approve-action@v4

0 comments on commit bf1e2a5

Please sign in to comment.