Conversation
|
Failed prettier code check. Check this file for more information. |
- Replace local resume sync with automated fetch from ARC345/resume GitHub releases - Update pixi.toml: add fetch-resume task, make build and dev depend on it - Deployment now automatically pulls latest research.pdf from releases - Remove stale assets/json/resume.json - Update CLAUDE.md documentation
- Update setup-branch-protection.sh to not require approval from @ARC345 - Set enforce_admins=false so repo owner can merge without approval - Still requires all automated checks (Prettier, Build, CodeQL) to pass - Blocks direct pushes for all users - Update CONTRIBUTING.md documentation
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 free
to 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
Establish a secure CI/CD pipeline with PR-gated main branch:
What Changed
Workflows
Documentation & Setup
Verification
Architecture
Before: Deploy and PR checks mixed; master and main both supported
After: Clean separation:
Next Steps
.github/scripts/setup-branch-protection.shto enforce branch protection rules (optional - can also set manually in Settings)Testing
Closes #NONE (new feature)