diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 7b36a7ee27..d45af4f0f8 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,14 +1,24 @@ name: Automerge Pull Requests - 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@f84dd310ea4a19890c70a4ff11ab282a872fb94b + uses: "pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file