Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions utils/patch-broken-spec-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
$argv[1],
str_replace(
[
" description: 'A group of pull requests that the merge queue has grouped together
to be merged.

'",
" 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.

'",
// " description: 'A group of pull requests that the merge queue has grouped together
// to be merged.
//
//'",
// " 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.
//
//'",
],
[
" description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
" 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.'",
// " description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
// " 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.'",
],
file_get_contents(
$argv[1],
Expand Down
Loading