We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2cdb2 commit 3dee42eCopy full SHA for 3dee42e
.github/workflows/reusable-cleanup-pull-requests.yml
@@ -69,7 +69,7 @@ jobs:
69
}
70
`;
71
72
- const searchQuery = `repo:${context.repo.owner}/${context.repo.repo} is:pr is:open in:body "${tracTicketUrl}" OR "${corePrefix}"`;
+ const searchQuery = `repo:${context.repo.owner}/${context.repo.repo} is:pr is:open in:body ( "${tracTicketUrl}" OR "${corePrefix}" )`;
73
74
const result = await github.graphql(query, {
75
searchQuery,
0 commit comments