workflows/sync_pull-requests: add required-checks config

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-07 00:46:00 +01:00
parent 06be55d9e9
commit 17cf9adf1e
+16
View File
@@ -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