Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
562ba64
Push the base-branch merge before asking for conflict resolution
Phlogistique May 29, 2026
8e6414d
Merge branch 'main' into push-base-merge-before-conflict-comment
Phlogistique May 29, 2026
0d7933f
Re-sync the local branch in the conflict comment; fold coverage into e2e
Phlogistique May 29, 2026
8dba257
Exercise conflict comments for sibling e2e resolutions
Phlogistique Jun 1, 2026
5c728eb
Address review: ordering note, recipe and lookup cleanups
Phlogistique Jun 1, 2026
5212f4e
Apply suggestion from @Phlogistique
Phlogistique Jun 1, 2026
9e62e73
Apply suggestions from code review
Phlogistique Jun 1, 2026
0a62415
Cover conflict resolution matrix in e2e
Phlogistique Jun 1, 2026
9d72164
Merge PR #33 updates into conflict matrix branch
Phlogistique Jun 1, 2026
67f8664
Match e2e workflow runs by pull request action
Phlogistique Jun 1, 2026
e55fb75
Make e2e workflow run names matchable
Phlogistique Jun 1, 2026
e59dad8
Drop --ff-only from the conflict-resolution recipe
Phlogistique Jun 1, 2026
2c13c7c
Merge branch 'push-base-merge-before-conflict-comment' into test-conf…
Phlogistique Jun 1, 2026
50aa4fe
Drop the tautological git-pull assertion from the e2e helper
Phlogistique Jun 1, 2026
80f2b71
Merge remote-tracking branch 'origin/push-base-merge-before-conflict-…
Phlogistique Jun 1, 2026
18b24ab
Merge updates from main and squash commit
invalid-email-address Jun 1, 2026
e9ed00b
Apply suggestion from @Phlogistique
Phlogistique Jun 1, 2026
b0d9337
Apply suggestion from @Phlogistique
Phlogistique Jun 1, 2026
1663988
Apply suggestion from @Phlogistique
Phlogistique Jun 1, 2026
3a0c8cd
Address review: faithful conflict resolution, run-name matching, e2e …
Phlogistique Jun 1, 2026
fd933f0
Read GitHub App private key from the environment again
Phlogistique Jun 1, 2026
131d974
Read the GitHub App private key from the environment
Phlogistique Jun 1, 2026
adeac37
Merge read-private-key-from-env into conflict matrix branch
Phlogistique Jun 1, 2026
f5215ee
Merge updates from main and squash commit
invalid-email-address Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/update-pr-stack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Update PR Stack
run-name: "${{ github.event.action }} PR #${{ github.event.pull_request.number }} - ${{ github.event.pull_request.title }}"

on:
pull_request:
Expand Down
Loading
Loading