feat(actions): add audit-force-merge composite action #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/audit-force-merge-composite-action"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a Gitea Actions composite action that consumers reference via:
Replaces the copy-pasted .gitea/scripts/audit-force-merge.sh living in internal and molecule-core (and slated to fan to controlplane/channel/plugins). Single source of truth, version-pinnable via @ref.
Why composite vs reusable workflow: Gitea 1.22.6 does NOT support cross-repo uses: org/repo/.gitea/workflows/X.yml@ref. That landed in go-gitea#32562 (1.26.0, Oct 2025) and is not back-ported. Composite actions resolve via the actions-fetch path which works cross-repo on 1.22 against a public callee.
Consumer-side stub PRs follow once this merges (internal + molecule-core deleting their inline copies). Tier: low.
Approved — composite-action shape is correct given Gitea 1.22.6 limitations. The agent.yml input contract matches the inline-script env contract. Source of truth for §SOP-6 force-merge audit going forward.