Update apache-steward snapshot to b19ac36 and drop local SPDX header#67412
Merged
Conversation
Bumps the apache-steward framework snapshot to apache/airflow-steward b19ac36 (4 commits beyond the prior b9e1967). The committed setup-steward skill is re-synced to match the snapshot byte-for-byte; the per-file SPDX header that the previous adopt added on top of every framework skill file is dropped, and the agentic-markdown insert-license prek hook is updated to exclude .github/skills/setup-steward/ so the header is not auto-re-added. Also fixes two .gitignore gaps surfaced by /setup-steward verify: - Adds /.claude/settings.local.json (per-machine sandbox-allowlist file written by setup-isolated-setup-install's helper; must never be committed since the content is machine-specific absolute paths). - Adds /.claude/skills/issue-* (Pattern-B mirror of the existing /.github/skills/issue-* entry; required for symmetry so future /setup-steward adopt with the issue family does not stage symlinks). No new opt-in families wired (still pr-management only). Framework brought new skills behind opt-in: issue-* (5), security-* (8), contributor-nomination, write-skill.
choo121600
approved these changes
May 24, 2026
Contributor
Backport failed to create: v3-2-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker 428c5d2 v3-2-testThis should apply the commit to the v3-2-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
Merged
1 task
potiuk
added a commit
that referenced
this pull request
May 24, 2026
…67412) (#67422) Bumps the apache-steward framework snapshot to apache/airflow-steward b19ac36 (4 commits beyond the prior b9e1967). The committed setup-steward skill is re-synced to match the snapshot byte-for-byte; the per-file SPDX header that the previous adopt added on top of every framework skill file is dropped, and the agentic-markdown insert-license prek hook is updated to exclude .github/skills/setup-steward/ so the header is not auto-re-added. Also fixes two .gitignore gaps surfaced by /setup-steward verify: - Adds /.claude/settings.local.json (per-machine sandbox-allowlist file written by setup-isolated-setup-install's helper; must never be committed since the content is machine-specific absolute paths). - Adds /.claude/skills/issue-* (Pattern-B mirror of the existing /.github/skills/issue-* entry; required for symmetry so future /setup-steward adopt with the issue family does not stage symlinks). No new opt-in families wired (still pr-management only). Framework brought new skills behind opt-in: issue-* (5), security-* (8), contributor-nomination, write-skill.
vatsrahul1001
pushed a commit
that referenced
this pull request
May 25, 2026
…67412) (#67422) Bumps the apache-steward framework snapshot to apache/airflow-steward b19ac36 (4 commits beyond the prior b9e1967). The committed setup-steward skill is re-synced to match the snapshot byte-for-byte; the per-file SPDX header that the previous adopt added on top of every framework skill file is dropped, and the agentic-markdown insert-license prek hook is updated to exclude .github/skills/setup-steward/ so the header is not auto-re-added. Also fixes two .gitignore gaps surfaced by /setup-steward verify: - Adds /.claude/settings.local.json (per-machine sandbox-allowlist file written by setup-isolated-setup-install's helper; must never be committed since the content is machine-specific absolute paths). - Adds /.claude/skills/issue-* (Pattern-B mirror of the existing /.github/skills/issue-* entry; required for symmetry so future /setup-steward adopt with the issue family does not stage symlinks). No new opt-in families wired (still pr-management only). Framework brought new skills behind opt-in: issue-* (5), security-* (8), contributor-nomination, write-skill.
vatsrahul1001
pushed a commit
that referenced
this pull request
May 25, 2026
…67412) (#67422) Bumps the apache-steward framework snapshot to apache/airflow-steward b19ac36 (4 commits beyond the prior b9e1967). The committed setup-steward skill is re-synced to match the snapshot byte-for-byte; the per-file SPDX header that the previous adopt added on top of every framework skill file is dropped, and the agentic-markdown insert-license prek hook is updated to exclude .github/skills/setup-steward/ so the header is not auto-re-added. Also fixes two .gitignore gaps surfaced by /setup-steward verify: - Adds /.claude/settings.local.json (per-machine sandbox-allowlist file written by setup-isolated-setup-install's helper; must never be committed since the content is machine-specific absolute paths). - Adds /.claude/skills/issue-* (Pattern-B mirror of the existing /.github/skills/issue-* entry; required for symmetry so future /setup-steward adopt with the issue family does not stage symlinks). No new opt-in families wired (still pr-management only). Framework brought new skills behind opt-in: issue-* (5), security-* (8), contributor-nomination, write-skill.
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.
Bumps the apache-steward framework snapshot pin from b9e1967 to b19ac36
(4 commits), re-syncs the committed
setup-stewardskill to the newsnapshot, drops the per-file SPDX header we previously prepended on top
of every framework skill file (the snapshot ships its own inline
SPDX-License-Identifier inside the body), and excludes
.github/skills/setup-steward/from the agentic-markdown insert-licenseprek hook so the header is not auto-re-added on subsequent commits.
Also closes two
.gitignoregaps surfaced by/setup-steward verify:/.claude/settings.local.json— per-machine sandbox-allowlist filewritten by
setup-isolated-setup-install's helper (content ismachine-specific absolute paths; must never be committed).
/.claude/skills/issue-*— Pattern-B mirror of the existing/.github/skills/issue-*entry, required for symmetry so a future/setup-steward adoptwith theissuefamily does not stage symlinks.No new opt-in families wired (still
pr-management-*only). Frameworkbrought new skills behind opt-in that this PR does not turn on:
issue-*(5),security-*(8),contributor-nomination,write-skill.Test plan
/setup-steward verifyreports ✓ on all checksprek run --files <all 10 changed>passesprek run insert-license --files .github/skills/setup-steward/*.mdreports
(no files to check)(exclusion takes effect)Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.7) following the guidelines