workflows/labels: small refactor

To avoid having a diff when moving the file in the next commit.

(cherry picked from commit e90c62d5ab)
This commit is contained in:
Wolfgang Walther
2025-07-07 18:57:36 +02:00
committed by github-actions[bot]
parent 7ab9bab2e6
commit 6f570b6fb8

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 '),