map-dangerbot

DangerBot for Map group projects

Usage no npm install needed!

<script type="module">
  import mapDangerbot from 'https://cdn.skypack.dev/map-dangerbot';
</script>

README

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
)