Commit 6f3555c
committed
docs(designs): drop paths: filter from semver-gate workflow
Per review on PR #9057: a workflow that uses on.pull_request.paths:
to fire only on relevant changes cannot also be a required branch-
protection check. When paths don't match, the workflow doesn't run,
no status posts, and branch protection treats the required check as
missing/pending — blocking the PR.
check_semver_bump.py already self-gates (returns exit 0 when no
expected.*.yaml files changed), so dropping the paths filter and
running unconditionally is the canonical fix for the "skipped but
required check" pitfall. The script does the gating; the workflow
just runs it.1 parent fa61962 commit 6f3555c
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
259 | 262 | | |
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
263 | 266 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
269 | 276 | | |
270 | 277 | | |
271 | 278 | | |
| |||
0 commit comments