Skip to content

ci: run the public PII gate on .github's own PRs (backend#1420) - #141

Merged
LukasWodka merged 1 commit into
developfrom
ci/1420-github-pii-gate-self-caller
Aug 4, 2026
Merged

ci: run the public PII gate on .github's own PRs (backend#1420)#141
LukasWodka merged 1 commit into
developfrom
ci/1420-github-pii-gate-self-caller

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

.github hosts the public-pii-gate.yml reusable but ran no PII gate on its own PRs — the only public repo with that gap (RFC-BACKEND-1405 D1 enrolment, backend#1420). This adds the missing self-caller so .github's own PRs are scanned for denylisted customer/partner names and known secrets like every other public repo.

Type

  • CI / enrolment completeness

Notes

  • Self-reference pinned @main, matching the existing fr-gate-caller.yml self-caller and open-question-3's answered decision (branch promotion, one standard process).
  • Requires the org secret PII_DENYLIST (already set) via secrets: inherit.
  • Not made a required check by this PR — a context must be observed green before it's required (the mistake that bricked tracebloc-py-package/master). Arm it as required after its first green run.

Parent: backend#1420 · RFC: backend#1405 (D1)

🤖 Generated with Claude Code


Note

Low Risk
CI-only enrolment wiring with no application or runtime behavior changes; inherits an existing org secret already used elsewhere.

Overview
Adds public-pii-gate-caller.yml so this repo runs the same public PII gate on its own pull requests (title, body, and commits) that other public repos already use.

The job reusestracebloc/.github/.github/workflows/public-pii-gate.yml@main with secrets: inherit (e.g. PII_DENYLIST), matching the established self-caller pattern for workflows hosted here. Triggers on the usual PR lifecycle events (opened, edited, reopened, synchronize, label changes).

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

.github hosts the public-pii-gate reusable but ran no PII gate on its own
PRs — the only public repo with that gap (D1 enrolment, backend#1420).
Self-reference pinned @main, matching fr-gate-caller.yml.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
ContributorAuthor

bugbot run

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 2742dcd. Configure here.

@LukasWodka
LukasWodka merged commit 7adfbed into developAug 4, 2026
8 checks passed
@LukasWodka
LukasWodka deleted the ci/1420-github-pii-gate-self-caller branch August 4, 2026 14:16
Sign up for freeto 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.

4 participants

@LukasWodka@saadqbal@divyasinghds@claude