Skip to content

Commit

Permalink
Merge pull request #31 from creative-commoners/pulls/main/skip
Browse files Browse the repository at this point in the history
FIX Skip modules that should not be merged-up
  • Loading branch information
GuySartorelli authored May 16, 2024
2 parents 4018d30 + 249df48 commit e8f909b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MetaData.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ final class MetaData
* Only list them if they're causing errors in the existing logic.
*/
public const SKIP_FOR_MERGE_UP = [
// cow only uses a master branch
'silverstripe/cow',
// silverstripe/supported-modules only uses the main branch
'silverstripe/supported-modules',
// demo.silverstripe.org on uses the master branch
'silverstripe/demo.silverstripe.org',
// sortablegridfield has master branch as default branch which has dual support for CMS 4 and 5
'undefinedoffset/sortablegridfield',
];

private static array $repositoryMetaData = [];
Expand Down

0 comments on commit e8f909b

Please sign in to comment.