From c99d568f22f582e186544ce515295100b41b59b0 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Thu, 14 Sep 2023 13:37:55 +0100 Subject: [PATCH] DNM: switch repo information to fork --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 109d8730abd9..155efa242fe2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -8,13 +8,13 @@ on: types: - opened branches: - - 'stable/*' + - 'autolabel-backports' jobs: copy_metadata: name: Copy labels from base PR runs-on: ubuntu-latest - if: github.repository == 'Qiskit/qiskit' && github.actor == 'mergify[bot]' + if: github.repository == 'jakelishman/qiskit-terra' && github.actor == 'jakelishman' permissions: pull-requests: write