planetscale / planetscale/ghcommit-action
make action not reliant on docker
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 72
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
hi there!
i was wondering if it would be possible to not make this action reliant on docker to run. i am attempting to use ghcommit in an environment without docker (using nothing-but-nix to remove everything non-nix from the github base image to increase available space).
this entire action seems to just run a single go binary, so it seems pretty easy for this to just download and run if i'm not mistaken.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the action definition and its Docker-based entrypoint to identify how the ghcommit Go binary is obtained and run. Done means the action runs in an environment without Docker while preserving its existing commit behavior; verify it in a Docker-free GitHub Actions job.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, go
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100