feat(status): surface the environment's seal-check verdict (client status --seal) #1274
Workflow file for this run
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
| name: Public PII gate | |
| # Per-repo caller for the public-repo PII gate. Blocks PRs whose title/body/ | |
| # commits contain a denylisted customer/partner name or known secret. | |
| # Logic lives in tracebloc/.github/.github/workflows/public-pii-gate.yml. | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, synchronize, labeled, unlabeled] | |
| jobs: | |
| pii-gate: | |
| uses: tracebloc/.github/.github/workflows/public-pii-gate.yml@main | |
| secrets: inherit |