chore(cicd): harden CI for fork PRs + CODEOWNERS + dependabot#5
Merged
Conversation
- ci.yml: add explicit `permissions: contents: read`, concurrency group (cancels superseded fork-PR runs), persist-credentials:false on checkout, pip cache, fail-fast:false across matrix. Broaden pull_request trigger so PRs targeting any branch are still linted. - CODEOWNERS: default @CoreNovus/maintainers so every PR (including fork PRs) requests a review from the team. - dependabot.yml: weekly updates for the three pip packages and github-actions, capped at 5 open PRs per ecosystem. - CONTRIBUTING.md: add upstream-remote step, sync recipe, and a note that first-time fork contributors will see a "Approve and run" gate before CI runs. No secrets are touched; release workflows (tag-triggered) are left alone so OIDC PyPI publishing is unaffected. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Prepares the repo for fork-based external contribution while keeping CI/CD green and safe.
ci.ymlhardening — explicitcontents: readpermission, concurrency group that cancels superseded runs,persist-credentials: false, pip cache,fail-fast: falseacross the matrix. Broadenedpull_requesttrigger so PRs targeting any branch still lint..github/CODEOWNERS— defaults every PR to@CoreNovus/maintainersfor review..github/dependabot.yml— weekly pip + github-actions update PRs.CONTRIBUTING.md— adds upstream-remote setup, fork-sync recipe, and a note about GitHub's first-time contributor approval gate.No secrets are touched. Release workflows (tag-triggered OIDC publish) left alone.
Test plan