Skip to content

Commit

Permalink
chore: disable all-contributors auto plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 17, 2024
1 parent ef9aa89 commit 605eaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const conventionalCommitsOptions: ConventionalCommitsOptions = {
defaultReleaseType: 'none',
}

const allContributorsOptions: IAllContributorsPluginOptions = {
const _allContributorsOptions: IAllContributorsPluginOptions = {
exclude: [
'dependabot',
'dependabot[bot]',
Expand Down Expand Up @@ -61,7 +61,7 @@ export default function config(): AutoRc {
['conventional-commits', conventionalCommitsOptions],
'first-time-contributor',
'released',
['all-contributors', allContributorsOptions],
// ['all-contributors', allContributorsOptions],
['omit-commits', omitCommitsOptions],
// 'magic-zero',
],
Expand Down

0 comments on commit 605eaff

Please sign in to comment.