浏览代码

automerge

David Catuhe 5 年之前
父节点
当前提交
f6a58fd1f4
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      .github/workflows/automerge.yml

+ 24 - 0
.github/workflows/automerge.yml

@@ -0,0 +1,24 @@
+name: automerge
+on:
+  pull_request:
+    types:
+      - labeled
+      - unlabeled
+      - synchronize
+      - opened
+      - edited
+      - ready_for_review
+      - reopened
+      - unlocked
+  pull_request_review:
+    types:
+      - submitted
+  status: {}
+jobs:
+  automerge:
+    runs-on: ubuntu-latest
+    steps:
+      - name: automerge
+        uses: "pascalgn/automerge-action@7854d3bd607dccdaf0b2c134b699a812c8960213"
+        env:
+          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"