2025-12-27 11:24:04 -05:00
|
|
|
# AtomicQMS Shared Actions
|
2025-12-27 11:24:01 -05:00
|
|
|
|
2025-12-27 11:24:04 -05:00
|
|
|
This repository contains shared Gitea Actions for use across AtomicQMS repositories.
|
|
|
|
|
|
|
|
|
|
## Available Actions
|
|
|
|
|
|
|
|
|
|
### claude-code-gitea-action
|
|
|
|
|
|
|
|
|
|
AI-powered code assistant using Claude. Automatically responds to issues and PRs.
|
|
|
|
|
|
|
|
|
|
**Usage:**
|
|
|
|
|
```yaml
|
|
|
|
|
- uses: atomicqms-service/actions/claude-code-gitea-action@main
|
|
|
|
|
with:
|
|
|
|
|
gitea_token: ${{ secrets.GITEA_TOKEN }}
|
|
|
|
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
See [claude-code-gitea-action/README.md](./claude-code-gitea-action/README.md) for full documentation.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
*This repository is automatically synced during AtomicQMS deployments.*
|