We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808c4f commit 2f7dcfaCopy full SHA for 2f7dcfa
lib/content/index.js
@@ -13,7 +13,10 @@ const rootRepo = {
13
'.github/workflows/codeql-analysis.yml': 'codeql-analysis.yml',
14
'.github/workflows/post-dependabot.yml': 'post-dependabot.yml',
15
'.github/workflows/pull-request.yml': 'pull-request.yml',
16
- '.github/workflows/release-please.yml': 'release-please.yml',
+ '.github/workflows/release-please.yml': {
17
+ file: 'release-please.yml',
18
+ filter: (o) => !o.pkg.private,
19
+ },
20
},
21
}
22
0 commit comments