Compare commits
14
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7cfebbf46 | ||
|
|
13c3038a30 | ||
|
|
1557ddcba1 | ||
|
|
cfed275ca8 | ||
|
|
14787aca3a | ||
|
|
6201a7aa17 | ||
|
|
ff0deddf40 | ||
|
|
336c4c1e3e | ||
|
|
4928a5296b | ||
|
|
66f6b3a947 | ||
|
|
a7786fceff | ||
|
|
5a8be58b7a | ||
|
|
7f2b7850bf | ||
|
|
5b5e48ee57 |
@@ -0,0 +1,15 @@
|
|||||||
|
when:
|
||||||
|
- event: [push, pull_request, manual]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: verify-fixture
|
||||||
|
image: alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc
|
||||||
|
commands:
|
||||||
|
- set -eu
|
||||||
|
- test -s README.md
|
||||||
|
- test -s fixture.md
|
||||||
|
- test -s .woodpecker.yml
|
||||||
|
- grep -Fqx '# prmerge-trailer-fixture' README.md
|
||||||
|
- grep -Fq 'RETAINED AS EVIDENCE' README.md
|
||||||
|
- grep -Fqx '# PR merge trailer fixture' fixture.md
|
||||||
|
- test "$$(find . -maxdepth 1 -type f -name '*.md' -size +0c | wc -l)" -ge 2
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
embedded-trailer hypothesis test
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
empty-message control arm test file
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
trailer-intersection supplied-field arm
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Distinct poster and merge executor control
|
||||||
|
|
||||||
|
Non-product fixture for merge-message behavior measurement.
|
||||||
|
|
||||||
|
The pull request poster and commit author are mos. The intended merge executor is fred. The proposed measurement supplies a plain, non-trailer-shaped merge title and message through the reviewed merge tooling.
|
||||||
|
|
||||||
|
No outcome is asserted before inspecting the resulting commit. Preserve the exact request, source head and resulting commit as evidence. No credentials are shared. Existing review and CI gates remain required.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
multi-commit arm - commit A
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
multi-commit arm - commit B
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
plain-message-arm test file
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
title-message rate arm 01
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
title-message rate arm 02
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
title-message rate arm 03
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
title-message rate arm 04
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
title-message rate arm 05
|
||||||
|
foreign-author seed
|
||||||
|
poster-authored head
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
same-author merge test by orch-01 2026-09-15T03:19:21Z
|
||||||
Reference in New Issue
Block a user