Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.
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
27 changes: 0 additions & 27 deletions .github/workflows/.sync-labels.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This file is the single canonical instructions file for the repository. It is re
└── validate-go-project.yaml # Reusable: Go lint, tidy, build, test, coverage, dead-code & vuln scan
```

> Dot-prefixed internal workflows (e.g. `.create-release.yaml`, `.sync-labels.yaml`) are this repo's own caller/maintenance workflows, not reusable `workflow_call` workflows, so they are intentionally omitted from the inventory above.
> Dot-prefixed internal workflows (e.g. `.create-release.yaml`) are this repo's own caller/maintenance workflows, not reusable `workflow_call` workflows, so they are intentionally omitted from the inventory above.

See [README.md](README.md) for the full catalogue of reusable workflows with usage, inputs, secrets, and outputs.

Expand Down
Loading