Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-09-08 13:18:05 -07:00
committed by GitHub
+8 -12
View File
@@ -1,17 +1,13 @@
name: automerge
name: auto-merge
on:
pull_request:
pull_request_target:
jobs:
automerge:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Print the name of the actor
run: |
echo "The name of the actor is [${{ github.actor }}]"
- name: automerge
uses: "pascalgn/automerge-action@v0.14.3"
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
env:
GITHUB_TOKEN: "${{ secrets.PROTECTED_BRANCH_PUSH_TOKEN }}"
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGE }}