danger-plugin-github-notion
v0.0.3
Published
This plugin connects github PRs into Notion Projects
Downloads
4
Maintainers
Readme
danger-plugin-github-notion
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.