danger-plugin-github-notion
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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.

/danger-plugin-github-notion/

    Package Sidebar

    Install

    npm i danger-plugin-github-notion

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • rugolini