Skip to content

Commit

Permalink
fix: dont create release please for private root pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 15, 2022
1 parent c808c4f commit 2f7dcfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ const rootRepo = {
'.github/workflows/codeql-analysis.yml': 'codeql-analysis.yml',
'.github/workflows/post-dependabot.yml': 'post-dependabot.yml',
'.github/workflows/pull-request.yml': 'pull-request.yml',
'.github/workflows/release-please.yml': 'release-please.yml',
'.github/workflows/release-please.yml': {
file: 'release-please.yml',
filter: (o) => !o.pkg.private,
},
},
}

Expand Down

0 comments on commit 2f7dcfa

Please sign in to comment.