Skip to content

Commit

Permalink
Merge pull request #1971 from laughedelic/fix/no-default-labels-type
Browse files Browse the repository at this point in the history
add noDefaultLabels config option to the globalOptions type
  • Loading branch information
hipstersmoothie committed May 3, 2021
2 parents b1fcc83 + c4fd159 commit 66b34a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/types.ts
Expand Up @@ -56,6 +56,8 @@ export const globalOptions = t.partial({
extends: t.string,
/** Labels that power auto */
labels: t.array(labelDefinition),
/** Don't add default labels */
noDefaultLabels: t.boolean,
/** Branches to create pre-releases from */
prereleaseBranches: t.array(t.string),
/** Configured auto plugins */
Expand Down

0 comments on commit 66b34a1

Please sign in to comment.