workflows/labels: small refactor

To avoid having a diff when moving the file in the next commit.
This commit is contained in:
Wolfgang Walther
2025-07-07 18:57:36 +02:00
parent cf4b42824d
commit e90c62d5ab

View File

@@ -377,7 +377,7 @@ jobs:
github.rest.search.issuesAndPullRequests,
{
q: [
`repo:"${process.env.GITHUB_REPOSITORY}"`,
`repo:"${context.repo.owner}/${context.repo.repo}"`,
'is:open',
`updated:>=${cutoff.toISOString()}`
].join(' AND '),