chore: add E2E rollup job and exempt emdashbot from PR compliance (#132)

Add a rollup job that gates on all 8 E2E shards so it can be a single
required check. Exempt emdashbot from PR template validation alongside
dependabot and renovate.
This commit is contained in:
Matt Kane
2026-04-02 21:23:10 +01:00
committed by GitHub
parent b82a5fe7d6
commit fd8f44cd24
2 changed files with 14 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ permissions:
jobs:
check-pr:
name: Validate PR
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'emdashbot[bot]'
runs-on: ubuntu-latest
steps:
- name: Check PR template