Skip to content

Commit

Permalink
ci: enable master scope in commit linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed Oct 21, 2022
1 parent dc17fb4 commit b123a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
"scope-enum": [
2,
"always",
["logging", "sdk", "docs", "dependencies", "auth", "deps", "build", "test", "ci"],
["logging", "sdk", "docs", "dependencies", "auth", "deps", "build", "test", "ci", "master"],
],
},
};

0 comments on commit b123a43

Please sign in to comment.