Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
update automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed May 30, 2023
1 parent 37e4da1 commit d35cae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: auto-merge
name: "Automerge Dependabot PRs"

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ github.token }}

0 comments on commit d35cae6

Please sign in to comment.