mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
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]