0.1.0 β€’ Published 1 month ago

@runespoorstack/danger-plugins v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Table of Contents

✨ Features

  • Review the PR assignee
  • Review the changelog updating on a PRs
  • Review the lockfile updating on a PRs
  • Review the PR merging time
  • Review the PR size
  • Review the PR title
  • Review the PR reviewers

🦾 Installation

npm i --save-dev @runespoorstack/danger-plugins 

♾️ Usage

Create the script file and run it in the CI, following the Danger.js guide.

import {
  dangerAssignee,
  dangerLockfileUpdate,
  dangerPrMergingTime,
  dangerPrSize,
  dangerPrTitle,
  dangerReviewers
} from '@runespoorstack/danger-plugins'

dangerAssignee();
dangerLockfileUpdate('npm');
dangerPrMergingTime(48);
dangerPrSize(777);
dangerPrTitle(/^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)/);
dangerReviewers(3);

πŸ› οΈ Contributing

See the CONTRIBUTING.md document.

πŸ’• Special Thanks

  • I want to say thank you to the best woman in the world, my wife Diana for her love, daily support, motivation and inspiration.

❀️ Support or Donate

If you are enjoying this work and feel extra appreciative, you could buy me a book πŸ“– or 3 πŸ“–πŸ“–πŸ“–.

0.1.0

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago

0.0.0

1 month ago