Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 329bff3

Browse files
author
Casey Hillers
authored
[labeler] Fix to run on flutter/engine (#42634)
Fixes flutter/flutter#128448 (comment)
1 parent f330dd4 commit 329bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111

1212
jobs:
1313
triage:
14-
if: ${{ github.repository == 'flutter/flutter' }}
14+
if: ${{ github.repository == 'flutter/engine' }}
1515
permissions:
1616
pull-requests: write
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)