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