#github-actions (2020-01)
Discussions related to GitHub Actions
2020-01-06
Hi @Erik Osterman (Cloud Posse) last month (?) you shared a link to a action that would run linter over code in an opened PR, and then open a new PR with linting fixes to be merged in
does this ring a bell? could be I’m misremembering
but that’s exactly what I want to use today! and don’t wanna make it if it already exists
yes, was related to our “readme” generation
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
I’ve tried searchign slack archives here and doing lots of googing
but could be applied to anything else.
ah! right there under my nose!
it builds on https://github.com/peter-evans/create-pull-request
A GitHub action to create a pull request for changes to your repository in the actions workspace. - peter-evans/create-pull-request
thank you
which we’ve copied into our github actions
nice
will you be using this on a public repo or private repo?
private
ok, then that’s all you’ll need