Uh oh!
There was an error while loading. Please reload this page.
ci: run the public PII gate on .github's own PRs (backend#1420) - #141
Merged
Conversation
.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
commented
Aug 4, 2026
ContributorAuthor
bugbot run |
There was a problem hiding this comment.
✅ 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.
saadqbal
approved these changes
Aug 4, 2026
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 freeto 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.
Summary
.githubhosts thepublic-pii-gate.ymlreusable 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
Notes
@main, matching the existingfr-gate-caller.ymlself-caller and open-question-3's answered decision (branch promotion, one standard process).PII_DENYLIST(already set) viasecrets: inherit.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.ymlso 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 reuses
tracebloc/.github/.github/workflows/public-pii-gate.yml@mainwithsecrets: 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.