Skip to content

Commit

Permalink
feat: add dangerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Jul 27, 2023
1 parent 7e2d18d commit 05220ed
Show file tree
Hide file tree
Showing 3 changed files with 1,784 additions and 10 deletions.
12 changes: 12 additions & 0 deletions dangerfile.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import dangerGithubNotion from 'danger-plugin-danger-github-notion';

dangerGithubNotion({
dbTasksId: '00c83143-d518-49a1-9a6c-99ca369a0ce6',
taskPrefix: 'TAS',
teams: [
{
org: 'OriginProtocol',
team_slug: 'core',
},
],
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"babel-plugin-formatjs": "^10.5.3",
"danger": "^11.2.7",
"danger-plugin-danger-github-notion": "0.0.0-development",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
Loading

0 comments on commit 05220ed

Please sign in to comment.