Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created getPullRequest function #2

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

CatChen
Copy link
Owner

@CatChen CatChen commented Aug 11, 2022

No description provided.

@CatChen CatChen mentioned this pull request Aug 11, 2022
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint doesn't pass. Please fix all ESLint issues.

const repo = context.repo.repo;
const pullRequestNumber = (context.payload.pull_request as PullRequest)
.number;
const pullRequest = await getPullRequest(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'pullRequest' is assigned a value but never used. @typescript-eslint/no-unused-vars

@lgtm-com
Copy link

lgtm-com bot commented Aug 11, 2022

This pull request introduces 2 alerts and fixes 2 when merging 78366f0 into 0ee749a - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 2 for Unused variable, import, function or class

@CatChen CatChen force-pushed the 08-11-Created_getPullRequest_function branch from 78366f0 to 0c0a49f Compare August 12, 2022 02:08
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint doesn't pass. Please fix all ESLint issues.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint doesn't pass. Please fix all ESLint issues.

@lgtm-com
Copy link

lgtm-com bot commented Aug 12, 2022

This pull request introduces 2 alerts and fixes 2 when merging 0c0a49f into 46745be - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 2 for Unused variable, import, function or class

Copy link
Owner Author

CatChen commented Aug 12, 2022

Graphite Merge Job

Current status: ✅ Merged

This pull request was successfully merged as part of a stack.

This comment was auto-generated by Graphite.

Job Reference: EgErVMBgdD7ORouyNCsB

@CatChen CatChen changed the base branch from 08-11-Set_up_getOctokit to main August 12, 2022 17:08
@lgtm-com
Copy link

lgtm-com bot commented Aug 12, 2022

This pull request introduces 2 alerts and fixes 2 when merging 0c0a49f into 8253b0e - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

fixed alerts:

  • 2 for Unused variable, import, function or class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant