From e90c62d5abd0162421dd6ffefe8b2a45ae679b58 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 7 Jul 2025 18:57:36 +0200 Subject: [PATCH] workflows/labels: small refactor To avoid having a diff when moving the file in the next commit. --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c6ffd31ee1a2..b27a937098ec 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -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 '),