Skip to content

chore: add public-repo CI, Prettier, and GitHub hygiene - #13

Merged
jack-arturo merged 5 commits into
mainfrom
chore/public-repo-hygiene
Aug 20, 2026
Merged

chore: add public-repo CI, Prettier, and GitHub hygiene#13
jack-arturo merged 5 commits into
mainfrom
chore/public-repo-hygiene

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

Summary

Add VGP-standard public-repo hygiene to EmMail: Prettier (double quotes), CI format/test/build, conventional PR-title lint, Dependabot (+ pinned auto-merge reusable workflow), CodeQL, and community templates (SECURITY, CODEOWNERS, issue/PR templates, CONTRIBUTING). Formats src/ and tests/ against current main.

Changes

  • Prettier + format / format:check / lint scripts; format src/ and tests/
  • CI: format → test:run → build (Node 24, merge_group)
  • PR title lint (conventional commits; reject [codex]/[wip] prefixes)
  • Dependabot (npm groups + github-actions) and CodeQL security workflow
  • CODEOWNERS, SECURITY.md, CONTRIBUTING, CLAUDE.md → @AGENTS.md, .editorconfig
  • Ignore .env* so documented secret handling is enforceable

Test plan

  • npm run format:check
  • npm run test:run (102 tests)
  • npm run typecheck / npm run build
  • CI green on this PR
  • Lint PR Title passes

Notes for reviewers

  • Size is large because of Prettier reformatting; behavioral diffs should be whitespace-only in src//tests/ plus new hygiene files.
  • Dependabot auto-merge is pinned to verygoodplugins/.github commit 20252be6… (not floating @main).
  • Repo settings (auto-merge, delete branch on merge, Dependabot security updates) were already applied via gh.

Bring EmMail in line with VGP public-repo standards: Prettier (double
quotes), CI format/test/build, conventional PR-title lint, Dependabot,
CodeQL, and community templates. Format src/ and tests/ against current
main.
Avoid floating @main on a privileged reusable workflow that receives
repository write permissions.
Self-hosters told that .env* is gitignored must not be able to
accidentally stage credential files with git add -A.
@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.

@jack-arturo jack-arturo added babysit:active Babysit agent is actively working this PR babysit:waiting-ci Babysit waiting for CI checks on current head and removed babysit:active Babysit agent is actively working this PR labels Aug 20, 2026
Upgrade wrangler and @cloudflare/workers-types, and apply lockfile
fixes for transitive nanoid/postcss advisories so the new security
workflow can stay fail-closed.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d9aaeed2fb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json Outdated
Vite 8.0.16 requires Node ^20.19 or >=22.12; the previous >=22 floor
incorrectly advertised early 22.x support.
@jack-arturo jack-arturo added babysit:waiting-codex Babysit waiting for Codex review on current head and removed babysit:waiting-ci Babysit waiting for CI checks on current head labels Aug 20, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6addf1f78e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/security.yml
@jack-arturo jack-arturo added babysit:ready Codex all clear + gates pass; human may merge and removed babysit:waiting-codex Babysit waiting for Codex review on current head labels Aug 20, 2026
@jack-arturo
jack-arturo merged commit 68b960c into main Aug 20, 2026
4 checks passed
@jack-arturo
jack-arturo deleted the chore/public-repo-hygiene branch August 20, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

babysit:ready Codex all clear + gates pass; human may merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants