diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index 994554e8..a4fc9f35 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -1,6 +1,22 @@ name: Auto Merge on: pull_request: + types: + - labeled + - unlabeled + - synchronize + - opened + - edited + - ready_for_review + - reopened + - unlocked + pull_request_review: + types: + - submitted + check_suite: + types: + - completed + status: {} jobs: auto-merge: runs-on: ubuntu-latest @@ -14,4 +30,4 @@ jobs: UPDATE_LABELS: "" UPDATE_METHOD: "rebase" MERGE_RETRIES: 60 - UPDATE_RETRIES: 60 \ No newline at end of file + UPDATE_RETRIES: 60