Skip to content

Commit ca97606

Browse files
committed
Manually define a variable.
1 parent c4e2b91 commit ca97606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cleanup-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
let prNumbers = [];
5555
5656
const tracTicketUrl = `https://core.trac.wordpress.org/ticket/1234`;
57-
const corePrefix = `Core-${ ticket }`;
57+
const corePrefix = `Core-1234`;
5858
const query = `is:pr is:open repo:${ context.repo.owner }/${ context.repo.repo } in:body ${ tracTicketUrl } OR ${ corePrefix }`;
5959
const result = await github.rest.search.issues({ q: query, advanced_search: 'true' });
6060

0 commit comments

Comments
 (0)