Skip to content

Commit

Permalink
feat: orgs and teams
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jun 26, 2019
1 parent 649fd81 commit 0c8974f
Show file tree
Hide file tree
Showing 15 changed files with 269 additions and 98 deletions.
91 changes: 69 additions & 22 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.

91 changes: 69 additions & 22 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: 1 addition & 1 deletion src/context/initRepoLabels.ts
@@ -1,5 +1,5 @@
import { Context } from 'probot';
import { Config } from '../teamconfigs';
import { Config } from '../orgsConfigs';

export interface LabelResponse {
id: number;
Expand Down
2 changes: 1 addition & 1 deletion src/context/initTeamSlack.ts
@@ -1,6 +1,6 @@
import { WebClient } from '@slack/web-api';
import { Context } from 'probot';
import { Config } from '../teamconfigs';
import { Config } from '../orgsConfigs';
import { getKeys } from './utils';

export interface TeamSlack {
Expand Down

0 comments on commit 0c8974f

Please sign in to comment.