aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-merge.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
new file mode 100644
index 0000000000..ed88864f35
--- /dev/null
+++ b/.github/workflows/auto-merge.yml
@@ -0,0 +1,16 @@
+name: auto-merge
+
+on:
+ pull_request_target:
+
+jobs:
+ auto-merge:
+ runs-on: ubuntu-latest
+ if: github.actor == 'dependabot[bot]'
+ steps:
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2.4
+ with:
+ github-token: ${{ secrets.AUTOMERGE_TOKEN }}
+ command: "squash and merge"
+ approve: true
+ target: minor