We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4a6e commit 94736e5Copy full SHA for 94736e5
1 file changed
src/github.mjs
@@ -132,7 +132,7 @@ export const findGitHubIssueByTitle = async (
132
const githubOrg = properties.USER ?? DEFAULT_CONFIG.githubOrg;
133
134
const issues = await githubClient.request('GET /search/issues', {
135
- q: `is:open in:title repo:"${githubOrg}/${properties.REPO}" "${title}"`,
+ q: `in:title repo:"${githubOrg}/${properties.REPO}" "${title}"`,
136
advanced_search: true,
137
per_page: 1,
138
});
0 commit comments