Skip to content

Update apache-steward snapshot to b19ac36 and drop local SPDX header#67412

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:update-steward-snapshot-b19ac36
May 24, 2026
Merged

Update apache-steward snapshot to b19ac36 and drop local SPDX header#67412
potiuk merged 1 commit into
apache:mainfrom
potiuk:update-steward-snapshot-b19ac36

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented May 24, 2026

Bumps the apache-steward framework snapshot pin from b9e1967 to b19ac36
(4 commits), re-syncs the committed setup-steward skill to the new
snapshot, 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-license
prek hook so the header is not auto-re-added on subsequent commits.

Also closes two .gitignore gaps surfaced by /setup-steward verify:

  • /.claude/settings.local.json — per-machine sandbox-allowlist file
    written by setup-isolated-setup-install's helper (content is
    machine-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 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 that this PR does not turn on:
issue-* (5), security-* (8), contributor-nomination, write-skill.

Test plan

  • /setup-steward verify reports ✓ on all checks
  • prek run --files <all 10 changed> passes
  • prek run insert-license --files .github/skills/setup-steward/*.md
    reports (no files to check) (exclusion takes effect)
  • CI passes on the PR

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.7)

Generated-by: Claude Code (Opus 4.7) following the guidelines

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.
@boring-cyborg boring-cyborg Bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels May 24, 2026
@potiuk potiuk merged commit 428c5d2 into apache:main May 24, 2026
115 checks passed
@potiuk potiuk deleted the update-steward-snapshot-b19ac36 branch May 24, 2026 14:14
@github-actions
Copy link
Copy Markdown
Contributor

Backport failed to create: v3-2-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 428c5d2 v3-2-test

This should apply the commit to the v3-2-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants