You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/patch-broken-spec-files.php
+11-11
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
$argv[1],
5
5
str_replace(
6
6
[
7
-
" description: 'A group of pull requests that the merge queue has grouped together
8
-
to be merged.
9
-
10
-
'",
11
-
" description: 'Conditions for an organization ruleset. The conditions object
12
-
should contain both `repository_name` and `ref_name` properties or both `repository_id`
13
-
and `ref_name` properties.
14
-
15
-
'",
7
+
// " description: 'A group of pull requests that the merge queue has grouped together
8
+
// to be merged.
9
+
//
10
+
//'",
11
+
// " description: 'Conditions for an organization ruleset. The conditions object
12
+
// should contain both `repository_name` and `ref_name` properties or both `repository_id`
13
+
// and `ref_name` properties.
14
+
//
15
+
//'",
16
16
],
17
17
[
18
-
" description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
19
-
" description: 'Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.'",
18
+
// " description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
19
+
// " description: 'Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.'",
0 commit comments