[labeler] Fix to run on flutter/engine (flutter/engine#42634)

Fixes https://github.com/flutter/flutter/issues/128448#issuecomment-1581353250
This commit is contained in:
Casey Hillers 2023-06-07 13:11:49 -07:00 committed by GitHub
parent a3843d747d
commit 7507e8dc16

View File

@ -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