Skip to content

Commit 2f7dcfa

Browse files
committed
fix: dont create release please for private root pkg
1 parent c808c4f commit 2f7dcfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/content/index.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ const rootRepo = {
1313
'.github/workflows/codeql-analysis.yml': 'codeql-analysis.yml',
1414
'.github/workflows/post-dependabot.yml': 'post-dependabot.yml',
1515
'.github/workflows/pull-request.yml': 'pull-request.yml',
16-
'.github/workflows/release-please.yml': 'release-please.yml',
16+
'.github/workflows/release-please.yml': {
17+
file: 'release-please.yml',
18+
filter: (o) => !o.pkg.private,
19+
},
1720
},
1821
}
1922

0 commit comments

Comments
 (0)