gitarro 0.1.86 → 0.1.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/gitarro/backend.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc188bece61e305fe34936ad5290be094667b2058c4b5cdfe62714d4a2748275
|
|
4
|
+
data.tar.gz: f00962d9949c9d94692a060163d633ab5d2f1b9f2452dffd156ef6508ea8cb34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 540bd51895d26fbb43bb9a7549ea80fe90c51e5642ff66635af08e31b69389cf4c2464da5fd62c4c2f6ccfd6523531de6f6d3108baee12c74efcd176a30710e1
|
|
7
|
+
data.tar.gz: 570e3749e5c3b51605e484b16e2923e0fc3b4fd0a643c83bf74cf40623c32b5ae5e749090443a103cf52de480a39455d5a3d32cead177c1490f6a07e1d0dd396
|
data/lib/gitarro/backend.rb
CHANGED
|
@@ -275,7 +275,7 @@ class Backend
|
|
|
275
275
|
# this function will check if the PR contains a checkbox
|
|
276
276
|
# for retrigger all the tests.
|
|
277
277
|
def retriggered_by_checkbox?(pr, context)
|
|
278
|
-
return false unless pr.body.match(/\[x\]\s+Re-run\s+test\s
|
|
278
|
+
return false unless pr.body.match(/\[x\]\s+Re-run\s+test\s+"#{context}"/i)
|
|
279
279
|
|
|
280
280
|
skipped = ''
|
|
281
281
|
unless empty_files_changed_by_pr?(pr)
|