David Catuhe %!s(int64=5) %!d(string=hai) anos
pai
achega
f6a58fd1f4
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  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 }}"