Shine Zhang
Shine Zhang
I'd like to have a report of the PR staleness overtime, e.g. the longest time of last PR activity, and see how that will change over time. For example, I...
We have the following snippet in our pipeline ``` yaml plan: - get: gpos_src passed: - gpos_centos5_release - get: bin_gpos_centos5_release passed: - gpos_centos5_release trigger: true - task: gpos_publish_tag file: gpos_src/concourse/publish_tag.yml...
We have developers both using OSX and linux environment. What's the best way to port the checkman also on linux environment? Is there any command line interfacoe for checkman? Thanks,...
https://github.com/kejadlen/git-together/releases/tag/v0.1.0-alpha.13 is available but this tap is only up to 11. What's plan to keep it up-to-date? Thanks, Shin
When we add `5\..*`, not only `5.0.0` will be matched, but also anything with `5.` in it will be matched, e.g. `6.5.0` will also be matched. This caused some unexpected...