From bb2da340df3d4f1a3f9851992a57cf451a568378 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Wed, 17 Mar 2021 20:02:58 +0100 Subject: [PATCH] fix check-labels.yml (#8387) --- substrate/.github/workflows/check-labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/.github/workflows/check-labels.yml b/substrate/.github/workflows/check-labels.yml index 062527d311..7180e7b509 100644 --- a/substrate/.github/workflows/check-labels.yml +++ b/substrate/.github/workflows/check-labels.yml @@ -12,6 +12,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Check labels run: bash ${{ github.workspace }}/.maintain/github/check_labels.sh env: