Skip to content

chore(repo): include intentional agent edits + default PR auto-merge#64

Merged
anand-testcompare merged 1 commit intomainfrom
chore/auto-merge-default
Feb 20, 2026
Merged

chore(repo): include intentional agent edits + default PR auto-merge#64
anand-testcompare merged 1 commit intomainfrom
chore/auto-merge-default

Conversation

@anand-testcompare
Copy link
Collaborator

@anand-testcompare anand-testcompare commented Feb 20, 2026

Summary

  • included your intentional local updates to .gitignore, .ignore, and AGENTS.md
  • added .github/workflows/pr-auto-merge.yml to auto-enable squash auto-merge for same-repo PRs targeting main
  • this removes the manual "approve + merge" step when required checks are green

Why manual merge was needed before

  • repo already allows auto-merge, but it must be enabled per PR
  • main has an active ruleset requiring the Vercel status check
  • no approval is required (required_approving_review_count: 0), so the remaining manual action was just enabling merge for each PR

Validation

  • actionlint .github/workflows/pr-auto-merge.yml
  • bun x ultracite check

Summary by CodeRabbit

  • Chores

    • Introduced automated pull request merging workflow to streamline code integration and development efficiency
    • Updated project configuration to exclude build output directories and temporary artifacts
  • Documentation

    • Revised development guidelines with emphasis on code quality, data standards, and workflow optimization

@vercel
Copy link

vercel bot commented Feb 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cable-intel-web Ready Ready Preview, Comment Feb 20, 2026 2:59am

Request Review

@anand-testcompare anand-testcompare enabled auto-merge (squash) February 20, 2026 02:59
@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Introduces a GitHub Actions workflow for automated PR auto-merge, adds output/ directory to gitignore and ignore files, and rebrands AGENTS.md from code standards documentation to a comprehensive agent guide emphasizing autonomy and data quality practices.

Changes

Cohort / File(s) Summary
GitHub Actions Auto-Merge Workflow
.github/workflows/pr-auto-merge.yml
New workflow that automatically enables squash-and-merge for PRs targeting the default branch, triggered on open/reopen/synchronize/ready-for-review events with guards for non-draft and matching repository head.
Version Control Artifacts
.gitignore, .ignore
Adds output/ directory to both ignore lists alongside existing artifact exclusions.
Documentation & Guidelines
AGENTS.md
Rebrands document from "Ultracite Code Standards" to "Agent Guide" with expanded sections covering autonomy rules, engineering standards, async/error handling, React/Next.js patterns, data quality & provenance, visual grading, and workflow guidance.

Possibly related PRs

  • sketchi#53: Modifies GitHub Actions workflows to programmatically enable auto-merge for pull requests, matching the pr-auto-merge pattern introduced here.
  • cable-intel#24: Adds GitHub Actions workflow that uses gh CLI to enable PR auto-merge, implementing the same automation behavior.
  • finaloffer-ai#17: Updates AGENTS.md and adds ignore rules for repository metadata, sharing similar changes to documentation and gitignore patterns.

Poem

🐰 PRs now merge without a care,
Default branch gets extra flair,
Output hides in shadows deep,
Agents guide with rules to keep—
Autonomy and quality leap! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/auto-merge-default

Comment @coderabbitai help to get the list of available commands and usage tips.

@anand-testcompare anand-testcompare merged commit 73664e6 into main Feb 20, 2026
3 of 4 checks passed
@anand-testcompare anand-testcompare deleted the chore/auto-merge-default branch February 20, 2026 02:59
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.

1 participant