Files
shared-workflows/.claude/settings.local.json
T
argoyle 4ba5d96d75 fix: remove containers and artifacts for Gitea compatibility
- Run directly on ubuntu-latest instead of custom containers
- Download git-cliff binary from GitHub releases
- Merge changelog and handle-pr into single job
- Make create-release and create-tag self-contained
- Remove upload-artifact and download-artifact (not supported on GHES/Gitea)
- Add Renovate custom manager for automatic git-cliff updates
2026-01-09 05:08:10 +01:00

9 lines
107 B
JSON

{
"permissions": {
"allow": [
"Bash(but --help:*)",
"Bash(but rub --help:*)"
]
}
}