diff --git a/engine/src/flutter/.github/workflows/labeler.yml b/engine/src/flutter/.github/workflows/labeler.yml index 3a5577155a0..54b3209e30b 100644 --- a/engine/src/flutter/.github/workflows/labeler.yml +++ b/engine/src/flutter/.github/workflows/labeler.yml @@ -11,7 +11,7 @@ permissions: read-all jobs: triage: - if: ${{ github.repository == 'flutter/flutter' }} + if: ${{ github.repository == 'flutter/engine' }} permissions: pull-requests: write runs-on: ubuntu-latest