Skip to content

Commit

Permalink
DNM: switch repo information to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Sep 14, 2023
1 parent b015844 commit c99d568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c99d568

Please sign in to comment.