Files
task/.github
Valentin Maerten 538aec7230 feat(ci): add on-demand PR build workflow
Add a workflow that builds binaries for PRs when the `needs-build` label
is added. Uses GoReleaser with a minimal config to produce archives
for Linux, macOS, and Windows (amd64/arm64).

- Triggered by adding `needs-build` label or pushing while label present
- Uses `pull_request_target` for secure access to secrets on fork PRs
- Uploads each platform as a separate downloadable artifact
- Posts/updates a comment with link to download artifacts
- Supports GH_PAT for task-bot comments, falls back to github-actions[bot]
2025-12-14 14:56:52 +01:00
..