From 17cf9adf1e076660e49635fd6591b46852586ce3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 7 Feb 2026 00:46:00 +0100 Subject: [PATCH] workflows/sync_pull-requests: add required-checks config Signed-off-by: Patrik Oldsberg --- .github/workflows/sync_pull-requests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/sync_pull-requests.yml b/.github/workflows/sync_pull-requests.yml index 0c432d41b5..a4421992e5 100644 --- a/.github/workflows/sync_pull-requests.yml +++ b/.github/workflows/sync_pull-requests.yml @@ -56,6 +56,14 @@ jobs: review-state: ${{ steps.context.outputs.review-state }} actor: ${{ steps.context.outputs.actor }} action: ${{ steps.context.outputs.action }} + required-checks: | + DCO + E2E Linux 22.x + E2E Linux 24.x + Test 22.x + Test 24.x + Verify 22.x + Verify 24.x # Runs when CI or E2E workflows complete to update priority based on check status update-on-ci: @@ -80,3 +88,11 @@ jobs: project-number: '14' pr-number: ${{ github.event.workflow_run.pull_requests[0].number }} action: synchronize + required-checks: | + DCO + E2E Linux 22.x + E2E Linux 24.x + Test 22.x + Test 24.x + Verify 22.x + Verify 24.x