Skip to content

Commit

Permalink
feat: update slack home on pr closed/merged
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed May 25, 2020
1 parent 02e95cd commit deaabdf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/index-node10-dev.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10-dev.cjs.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/index-node10.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10.cjs.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/pr-handlers/closed.ts
Expand Up @@ -38,6 +38,8 @@ export default function closed(app: Application, appContext: AppContext): void {
}),
]);
}

repoContext.slack.updateHome(pr.user.login);
},
),
);
Expand Down

0 comments on commit deaabdf

Please sign in to comment.