Alexander Bellhäuser
Alexander Bellhäuser
Just for people looking for a quick workaround: Changing line 18 in Request.php from `$this->timestamp = new DateTime($data['request']['timestamp']);` to `$this->timestamp = DateTime::createFromFormat('U', $data['request']['timestamp']);` solves this issue.
I can confirm that this also happens when a branch/PR is merged in the meantime :/ That's a great coincidence with the bitbucket plugin. But I just saw your comment,...
Hi again! Some additional information: I tested merging a PR during the current build and thought it is the same issue as if the branch was deleted in between. But...
Sounds reasonable. If we're lucky the same fix will solve both issues. So, I'm willing to help here. I had a look into the code base, but I'm not familiar...
> I don't use github-checks-plugin myself and am not going to try to fix this. @KalleOlaviNiemitalo I thought you're a maintainer due to your understanding of the issue, but looks...
*Workaround time!* As promised I implemented a workaround to deal with this issue. It's not beautiful, it's working. Snippet for declarative pipeline that can be added after a stage/pipeline which...
> Aren't you always setting the check_run to success there? even on failure? @timja That's true, thank you for the hint! It doesn't matter in my case because merging/deleting is...
Hi all! Any update on this? It is still an issue for us :/
Any update on this? We're using two shared libraries per build and the in progress publishing is triggered three times accordingly.
I can confirm with GHES 3.2.10, Terraform 1.1.7, and provider v4.20.1. Running `TF_LOG=DEBUG terraform apply` you can see: ``` # module.repository_devops-example.github_repository.repository will be updated in-place ~ resource "github_repository" "repository" {...