[DRAFT RFC] Browser-based auth & one-command client provisioning #85
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: FR pass comment | |
| # Per-repo caller. Listens for /fr-pass comments and advances kanban items | |
| # from "FR on dev" → "Ready for staging" or "FR on staging" → "Ready for prod". | |
| # All logic lives in tracebloc/.github/.github/workflows/fr-pass-comment.yml. | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| advance: | |
| uses: tracebloc/.github/.github/workflows/fr-pass-comment.yml@main | |
| secrets: inherit |