Josh Bielick
Josh Bielick
[Here's a crack at a GitHub Check Run formatter](https://github.com/AdWerx/pronto-ruby/blob/master/src/github_action_check_run_formatter.rb)
FYI we made a [Github Action for running pronto with a Check Run formatter](https://github.com/marketplace/actions/pronto-ruby) to handle this. Github Actions are given an App token so it was a good fit.
Adding another example: We run pronto in CI like so: ``` pronto run --exit-code -f text github_pr github_status -c origin/master ``` The only runner we're using is `pronto-rubocop`. What we...
+1 some implementation of etag accessing would be great.
@garrettd714 wow, that's interesting —a very holistic approach. Thanks for sharing. I think I envisioned persisting e-tags to my database so that fetching the objects a great deal later (syncing...
@garrettd714 very cool. I'll keep this in mind; thanks for the info!
What does this do?
I might be missing something. How does the postgres subchart know to use this PV?
I haven't tested it, but I'm fairly certain this chart won't work. Version 18 introduces execution environments: https://github.com/ansible/awx/blob/19.3.0/CHANGELOG.md#1800-march-23-2021 I haven't gone through all the changes necessary. The AWX operator might...