Files
docs-blackroad-io/.github/README.md
Alexa Louise 854cc2fac7 Add GitHub automation
- CI/CD pipeline with GitHub Actions
- Auto-merge for Dependabot and labeled PRs
- Issue and PR templates
- Dependabot configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-12-28 21:30:50 -06:00

34 lines
929 B
Markdown

# GitHub Integration
This repository is integrated with GitHub automation:
## Features
-**CI/CD Pipeline** - Automatic testing and building
-**Auto-merge** - Dependabot PRs auto-merge when passing
-**Issue Templates** - Standardized bug reports and feature requests
-**PR Templates** - Consistent pull request format
-**Dependabot** - Automatic dependency updates
## Workflows
### CI Workflow (`.github/workflows/ci.yml`)
- Runs on every push and PR
- Tests, builds, and validates code
- Node.js 18 environment
### Auto-merge Workflow (`.github/workflows/auto-merge.yml`)
- Auto-merges PRs with `automerge` label
- Auto-merges Dependabot PRs when CI passes
- Uses squash merge strategy
## Labels
- `bug` - Bug reports
- `enhancement` - Feature requests
- `dependencies` - Dependency updates
- `automerge` - PRs to auto-merge
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)