8000 fix: correct typo in GraphQL query documentation · semantic-release/github@e778ca3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e778ca3

Browse files
committed
fix: correct typo in GraphQL query documentation
1 parent 39c99e5 commit e778ca3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/find-sr-issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default async (octokit, logger, labels, owner, repo) => {
2727
};
2828

2929
/**
30-
* GraphQL Query to et the semantic-release issues for a repository.
30+
* GraphQL Query to get the semantic-release issues for a repository.
3131
*/
3232
const loadGetSRIssuesQuery = `#graphql
3333
query getSRIssues($owner: String!, $repo: String!, $filter: IssueFilters) {

lib/success.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ export default async function success(pluginConfig, context, { Octokit }) {
269269
const srIssues = await findSRIssues(
270270
octokit,
271271
logger,
272-
failTitle,
273272
labels,
274273
owner,
275274
repo,

0 commit comments

Comments
 (0)
0