diff --git a/.github/workflows/merge-check.yml b/.github/workflows/merge-check.yml index caaa98863ef75..da15a7535dcbc 100644 --- a/.github/workflows/merge-check.yml +++ b/.github/workflows/merge-check.yml @@ -6,7 +6,8 @@ permissions: on: - push - pull_request_target - - pull_request_review + - pull_request_review: + types: [submitted] jobs: check_merge: diff --git a/.github/workflows/predict-conflicts.yml b/.github/workflows/predict-conflicts.yml index d5f19b2605ae0..13ddeb5937c08 100644 --- a/.github/workflows/predict-conflicts.yml +++ b/.github/workflows/predict-conflicts.yml @@ -1,7 +1,8 @@ name: "Check Potential Conflicts" on: - pull_request_target - - pull_request_review + - pull_request_review: + types: [submitted] permissions: contents: read