Skip to content

chore(release): promote develop → main (week of 2026-07-06)#60

Open
aptracebloc wants to merge 1 commit into
mainfrom
develop
Open

chore(release): promote develop → main (week of 2026-07-06)#60
aptracebloc wants to merge 1 commit into
mainfrom
develop

Conversation

@aptracebloc

@aptracebloc aptracebloc commented Jul 1, 2026

Copy link
Copy Markdown

Release promotion: developmain

Opened ahead of the staging release week of Mon 2026-07-06 to start Bugbot review early and surface issues before the cutover. Head is develop, so PRs that merge in before the release will update this PR's head and re-trigger Bugbot automatically.

Delta (1 commit(s) ahead of main)

Initial snapshot — will change as more lands on develop.

Files changed

 .github/workflows/public-pii-gate-caller.yml | 14 ++++++++++++++
 environment-setup/configuration.mdx          |  7 +------
 environment-setup/setup-guide.mdx            |  4 ----
 environment-setup/troubleshooting.mdx        |  1 -
 4 files changed, 15 insertions(+), 11 deletions(-)

Note

Low Risk
CI-only addition with no application runtime changes; risk is limited to PR check behavior if the shared gate misfires or blocks legitimate content.

Overview
Adds a Public PII gate GitHub Actions workflow that runs on pull request lifecycle events (opened, edited, reopened, synchronize, labeled, unlabeled).

The new caller delegates to the shared reusable workflow tracebloc/.github/.github/workflows/public-pii-gate.yml@main with secrets: inherit, matching other per-repo callers in this repo. The gate is intended to block PRs when the title, body, or commits match denylisted customer/partner names or known secrets; scanning logic stays in the central workflow, not in this file.

Reviewed by Cursor Bugbot for commit 2ad3539. Bugbot is set up for automated code reviews on this repo. Configure here.

Blocks PRs that leak customer/partner names or secrets in title/body/commits.
Calls the reusable gate in tracebloc/.github. Inactive until the org
PII_DENYLIST secret is set (warns, doesn't block, until then).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants