1.0.5 • Published 3 years ago

map-dangerbot v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Map Dangerbot

DangerBot for Map group projects

Development

When adding commits please use the npm run commit to keep commit messages in the same format so the semantic-release plugin works as expected.

Usage

Install: To install the module:

npm install --save-dev map-dangerbot

Start by import the module as follows:

// dangerfile.ts
const mapDangerBot = require('map-dangerbot')

mapDangerBot.mrAssignReview(
    gitlabBaseUrl,
    assignees,
    reviewers,
    process.env.DANGER_GITLAB_API_TOKEN,
    renovateBotId
)
1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago