Skip to content

chore(oss): ship CodeQL, CoC, CODEOWNERS coverage, and policy-block fallback#173

Merged
stackbilt-admin merged 3 commits into
mainfrom
feat/github-repo-hygiene
May 23, 2026
Merged

chore(oss): ship CodeQL, CoC, CODEOWNERS coverage, and policy-block fallback#173
stackbilt-admin merged 3 commits into
mainfrom
feat/github-repo-hygiene

Conversation

@stackbilt-admin
Copy link
Copy Markdown
Member

Summary

Implements the OSS hygiene/security posture changes tracked in #166 and adds a documented fallback path for assistant policy blocks tracked in #172.

Shipped

  • Added root CODE_OF_CONDUCT.md (Contributor Covenant 2.1, enforcement contact admin@stackbilt.dev)
  • Added .github/workflows/codeql.yml for JS/TS code scanning on push/PR to main + weekly schedule
  • Expanded .github/CODEOWNERS to include catch-all ownership + critical path overrides
  • Updated SECURITY.md scope to include all 12 OSS packages
  • Added CONTRIBUTING.md mitigation guidance for policy-blocked governance/security file edits

Why

Validation

  • Verified file presence and content in repo:
    • CODE_OF_CONDUCT.md
    • .github/workflows/codeql.yml
    • .github/CODEOWNERS
    • SECURITY.md
    • CONTRIBUTING.md

Closes #166
Refs #172

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@stackbilt-admin
Copy link
Copy Markdown
Member Author

Maintainer pass summary for #173:

Blocking review item found and fixed in-branch:

  • @Stackbilt-dev/charter-maintainers was an unknown CODEOWNERS owner on this repo branch.
  • Fixed in commit 93d3047 by switching to resolvable owner @stackbilt-admin.
  • Verified clean with:
    • GET /repos/Stackbilt-dev/charter/codeowners/errors?ref=feat/github-repo-hygiene -> {"errors":[]}

Merge readiness:

  • Governance + CI are green.
  • CodeQL is still updating in the check rollup at the time of this comment; merge once final required checks are green.

@stackbilt-admin stackbilt-admin merged commit 3f0d334 into main May 23, 2026
5 checks passed
@stackbilt-admin stackbilt-admin deleted the feat/github-repo-hygiene branch May 23, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oss: add CODE_OF_CONDUCT, CodeQL workflow, and expand CODEOWNERS coverage

2 participants