blob: 61a13ec95c1b4687e2327fbbad21bf72c5dcb317 [file] [log] [blame]
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: "Pull Request Labeler"
on:
- pull_request_target
# Declare default permissions as read only.
permissions: read-all
jobs:
triage:
if: ${{ github.repository == 'flutter/engine' }}
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
# Source available at https://github.com/actions/labeler/blob/main/README.md
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375