Commit 958d127
committed
bug #120 Make sure we don't update title twice (Nyholm)
This PR was squashed before being merged into the master branch.
Discussion
----------
Make sure we don't update title twice
I want to avoid this:
<img width="928" alt="Screenshot 2020-11-12 at 22 38 44" src="https://user-images.githubusercontent.com/1275206/99003123-db745880-253d-11eb-8917-b9fe115dc860.png">
----------
--------
--------
--------
It happens when a user adds two labels at the same time.
FYI @jderusse
Commits
-------
ca2f05b composer fixes
ad5b9d2 Make sure we dont update title twiceFile tree
10 files changed
+325
-200
lines changed- config/packages
- migrations
- src
- Api/PullRequest
- Subscriber
- tests/Subscriber
10 files changed
+325
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
0 commit comments