#github-actions (2020-01)

Discussions related to GitHub Actions

2020-01-06

jafow avatar

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

jafow avatar

does this ring a bell? could be I’m misremembering

jafow avatar

but that’s exactly what I want to use today! and don’t wanna make it if it already exists

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

yes, was related to our “readme” generation

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

jafow avatar

I’ve tried searchign slack archives here and doing lots of googing

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

but could be applied to anything else.

jafow avatar

ah! right there under my nose!

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
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

jafow avatar

thank you

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

which we’ve copied into our github actions

jafow avatar

nice

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

will you be using this on a public repo or private repo?

jafow avatar

private

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

ok, then that’s all you’ll need

jafow avatar

you da man

1
    keyboard_arrow_up