Skip to content

Commit 01eba9a

Browse files
committed
bug #167 Bugfix with auto label (Nyholm)
This PR was squashed before being merged into the master branch. Discussion ---------- Bugfix with auto label Fixed issue introduced in #164 and #165 This is a nasty bug, it is all about race condition and it depends on what webhook is sent when. When a PR is opened, there is usually 5 or so webhook requests to carson. Some includes all lables, some do not. This PR make sure we query Github for the latest data before we make any changes. Commits ------- 7100074 cs a08565b Fixes 6fca345 Updated docs 2644643 cs 3e7f4c3 Added sleep 65f7dfa Bugfix with auto label
2 parents ab28239 + 7100074 commit 01eba9a

9 files changed

+402
-253
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"symfony/symfony": "*"
3030
},
3131
"require-dev": {
32+
"happyr/service-mocking": "^0.1.3",
3233
"symfony/browser-kit": "^5.1",
3334
"symfony/phpunit-bridge": "^5.1",
3435
"symfony/web-profiler-bundle": "^5.1"

0 commit comments

Comments
 (0)