0.0.3 • Published 9 months ago

danger-plugin-github-notion v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

danger-plugin-github-notion

npm version semantic-release

This plugin connects github PRs into Notion Projects

Usage

Install:

yarn add danger-plugin-github-notion --dev

At a glance:

// dangerfile.js
import dangerGithubNotion from 'danger-plugin-github-notion';

dangerGithubNotion({
    dbTasksId: 'UUID',
    // we require a task prefix to make it easier to detect the task
    // and avoid false positives
    taskPrefix: 'TAS',
    // optional
    teams: [
        {
            org: 'OrgName',
            team_slug: 'TeamName',
        },
    ],
});

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.