mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
Update auto-merge.yml (#231)
This commit is contained in:
5
.github/workflows/auto-merge.yml
vendored
5
.github/workflows/auto-merge.yml
vendored
@@ -6,8 +6,13 @@ on:
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Check out the pull request HEAD
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
target: major
|
||||
|
||||
Reference in New Issue
Block a user