Compare commits
1 commit
92a637b746
...
3d30155b6c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d30155b6c |
1 changed files with 2 additions and 7 deletions
|
|
@ -1,20 +1,15 @@
|
||||||
name: PR checks
|
name: PR checks
|
||||||
|
|
||||||
# Enforces the contribution policy on every PR into master — plus the crewing
|
# Enforces the contribution policy on every PR into master (all gates hard):
|
||||||
# integration branch (feat/crewing-foundations), which collects the stacked,
|
|
||||||
# feature-flagged crewing phases before they merge to master. Same hard gates:
|
|
||||||
# - code changes must ship with tests (docs/config/automation are exempt)
|
# - code changes must ship with tests (docs/config/automation are exempt)
|
||||||
# - type-check is clean across the whole project (tests included)
|
# - type-check is clean across the whole project (tests included)
|
||||||
# - unit tests pass
|
# - unit tests pass
|
||||||
# - integration tests pass against an ephemeral Postgres (migrate + seed)
|
# - integration tests pass against an ephemeral Postgres (migrate + seed)
|
||||||
# Runs on the pms1 host runner. See automation/README.md > "Contribution policy".
|
# Runs on the pms1 host runner. See automation/README.md > "Contribution policy".
|
||||||
#
|
|
||||||
# Note: for pull_request events the workflow is read from the BASE branch, so a
|
|
||||||
# base must appear in this list for its incoming PRs to be checked.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, feat/crewing-foundations]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue