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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gitarro/backend.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1060fb1ac1b396de8cf3d4262cab2b534f05cb1ca46aca564adb69bcc70991a
4
- data.tar.gz: d855875451608261291992b8ed30dd5a55b38a0a0dc3f137d7d07ae439fd9977
3
+ metadata.gz: fc188bece61e305fe34936ad5290be094667b2058c4b5cdfe62714d4a2748275
4
+ data.tar.gz: f00962d9949c9d94692a060163d633ab5d2f1b9f2452dffd156ef6508ea8cb34
5
5
  SHA512:
6
- metadata.gz: 1936f7fdc6ee3654cb93cab8c2c964b55ac6eb0943f60a85347333307c7db17a69787b26dd21675c3b3e2cd88866981a8dffb57aef138ee88fff03eb5a1c36d0
7
- data.tar.gz: 6fa07c2bee9524c77f2a315e2129d215e3a3f17b32b828bc4254650a59fefa4305e0a007e22f5d686c10446eb270b29bc6e5c42c40e56077c2cffb0203970a61
6
+ metadata.gz: 540bd51895d26fbb43bb9a7549ea80fe90c51e5642ff66635af08e31b69389cf4c2464da5fd62c4c2f6ccfd6523531de6f6d3108baee12c74efcd176a30710e1
7
+ data.tar.gz: 570e3749e5c3b51605e484b16e2923e0fc3b4fd0a643c83bf74cf40623c32b5ae5e749090443a103cf52de480a39455d5a3d32cead177c1490f6a07e1d0dd396
@@ -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+#{context}/i)
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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitarro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.86
4
+ version: 0.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dario Maiocchi