Hunter Haugen
Hunter Haugen
@AlexWayfer There appears to be something amiss... - The commit that you point out occurs directly following the v4.18.1 tag (https://github.com/AlexWayfer/flame/commit/e34118f) does not appear to be related to any pull...
@JacobEvelyn Yours looks similar; https://api.github.com/repos/JacobEvelyn/friends/pulls/187 `merge_commit_sha` is https://api.github.com/repos/JacobEvelyn/friends/commits/a337549 and merged `ed54d90`. Your `git-redate` changed the git SHA and decoupled it from the api PR history. The first suggestion to base...
@AlexWayfer @JacobEvelyn I added a "rebased commit: " ability to #619 to be able to track PRs that are merged with modified SHAs with GCG \o/
Merged. I've used it a surprising amount of times. Sometimes the github API just loses track of merge commits of older PRs too. I don't know why.
You can use `--exclude-tags-regex`
If you remove this validation and have a route table with multiple gateways, does `puppet resource ec2_vpc_routetable` report the correct gateways, or does it only report a single gateway? If...
It appears that `default` is a reserved word according to https://docs.puppetlabs.com/puppet/latest/reference/lang_reserved.html and thus the `mcollective::actionpolicy` attribute should be renamed before this will work. My guess is that no one has...
The `pe-httpd` service should definitely be managed by a module that is neither `puppetdb` or `request_manager` (because they are not the same application). That would be your option 2. In...
This kind of sounds like https://contexts.co/ (which is paid). On linux there is `rofi -show window`. Neither of these search tabs. If you can get some tooling around window and...
#619 fixes this for PR merge detection but doesn't fix it for the generated diff links. Something like https://github.com/skywinder/github-changelog-generator/pull/619#issuecomment-370598725 would be needed.