Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed May 11, 2022
1 parent 5f00891 commit b1405db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion code-review-chat/CodeReviewChat.js

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

2 changes: 0 additions & 2 deletions code-review-chat/CodeReviewChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import { Octokit } from '@octokit/rest';
import { WebClient } from '@slack/web-api';
import { GitHubIssue } from '../api/api';
// import { BlobServiceClient } from '@azure/storage-blob';
import { safeLog } from '../common/utils';

interface PR {
Expand All @@ -22,7 +21,6 @@ interface PR {

export interface Options {
slackToken: string;
storageConnectionString: string;
codereviewChannel: string;
payload: {
owner: string;
Expand Down
1 change: 0 additions & 1 deletion code-review-chat/index.js

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

1 change: 0 additions & 1 deletion code-review-chat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class CodeReviewChatAction extends Action {

await new BuildChat(github, issue, {
slackToken,
storageConnectionString: getRequiredInput('storage_connection_string'),
codereviewChannel: getRequiredInput('notification_channel'),
payload: {
owner: payload.repository.owner.login,
Expand Down

0 comments on commit b1405db

Please sign in to comment.