feat: Linear-aware PR descriptions + user-facing/internal changelog split#1
Merged
Merged
Conversation
- create-github-app-token v2 -> v3 with client-id (kills the node20
deprecation and the deprecated app-id input); checkout v4 -> v6.
- New runs-on input (default ubuntu-latest) so consumers can move the
job to WarpBuild runners.
- Deterministic Linear pipeline: IDs are regex-extracted from branch
name, commits, and the current PR body (never by the LLM); the model
only picks verbs (Closes/Fixes/Resolves/Completes vs Part of/Refs)
per extracted ID via a new {title, body, linear[]} contract; the
workflow renders the ## Linear section itself with a hidden
linear-managed marker, preserves human-edited verbs, and skips the
write when nothing changed (no edited-event loops).
- Optional LINEAR_API_KEY secret enriches IDs with issue titles and
prunes definitive not-founds; cosmetic, non-fatal, skipped if absent.
- All inputs additive with back-compat defaults.
- New internal-changelog-path input: when set, one Jules call classifies every commit as USER-FACING (ships verbatim as release notes / updater notes / TestFlight) vs INTERNAL (refactors, CI, deps, plumbing) via a JSON contract, and both files are patched under ## [Unreleased] in a single PR. Default '' keeps the exact single-file behavior for existing consumers. - Prompt bans ticket IDs/crate names/commit-speak in user-facing bullets; internal bullets keep full technical detail. - create-github-app-token v2 -> v3 (client-id), checkout v4 -> v6, create-pull-request v6 -> v8 (node20 -> node24); runs-on input. - awk inserts now pass entries via ENVIRON (BSD awk on macOS runners rejects newlines in -v values).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{title, body, linear[]}contract; the workflow renders the## Linearsection itself (magic words drive Linear's close-on-merge), preserves human-edited verbs via a hidden marker, and no-ops when nothing changed. OptionalLINEAR_API_KEYenrichment adds issue titles.internal-changelog-pathinput splits output into a user-facing changelog (ships verbatim as release notes / updater notes / TestFlight) and an internal one (refactors, CI, deps, plumbing) from a single Jules call. Default keeps today's single-file behavior byte-for-byte.create-github-app-tokenv2→v3 withclient-id(fixes node20 deprecation + deprecatedapp-idinput),checkoutv4→v6,create-pull-requestv6→v8, newruns-oninput so consumers can run on WarpBuild runners.ENVIRON(BSD awk rejects newlines in-v).Back-compat
All new inputs are additive with defaults that reproduce current behavior; existing consumers are unaffected until they opt in.
Test plan
actionlint(remaining hits are its stale bundled schema for create-github-app-token v3 + pre-existing style notes)bash -non every run blockNonedrops non-branch false positivesagent) PR with awee-###branch +@agent pr-titletriggeragentwithinternal-changelog-pathset