Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publish:

## GitHub Action Usage

Add to `.github/workflows/maintenance.yml`:
Add to `.github/workflows/groundkeeper.yml`:

```yaml
name: Repository Maintenance
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm install -g groundkeeper

### As a GitHub Action

Add to your workflow file (e.g., `.github/workflows/maintenance.yml`):
Add to your workflow file (e.g., `.github/workflows/groundkeeper.yml`):

```yaml
name: Repository Maintenance
Expand Down Expand Up @@ -116,7 +116,7 @@ Options:

## Configuration

The configuration file is validated against `packages/schemas/agent.schema.json`.
The configuration file is validated against `packages/schemas/agent.schema.json`. Groundkeeper reads `.github/agent.yml` as the source of truth by default.

### Schema

Expand Down Expand Up @@ -190,7 +190,7 @@ cat .groundkeeper/report.md
### Run in CI/CD

```yaml
# .github/workflows/maintenance.yml
# .github/workflows/groundkeeper.yml
name: Weekly Maintenance
on:
schedule:
Expand Down