From 08051e9d33d84ffac0c4eab8d25273322f3c0349 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Mon, 10 May 2021 19:03:59 -0700 Subject: [PATCH] Auto-merge Dependabot patch fixes --- .github/workflows/auto-merge.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/auto-merge.yml diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml new file mode 100644 index 00000000..956df32a --- /dev/null +++ b/.github/workflows/auto-merge.yml @@ -0,0 +1,15 @@ +name: auto-merge + +on: + pull_request: + branches: [ next ] + +jobs: + auto-merge: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 + with: + target: patch + github-token: ${{ secrets.mytoken }}