Skip to content

refactor(ios): add a uiManager getter for UIView #6449

refactor(ios): add a uiManager getter for UIView

refactor(ios): add a uiManager getter for UIView #6449

Workflow file for this run

name: '[gh] pull request labeler'
on:
pull_request_target:
branches:
- master
- main
- v3.0-dev
- v3.0
types:
- opened
- reopened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
basic_info_labeler:
if: github.repository == 'Tencent/Hippy' && contains(fromJSON('[''opened'', ''reopened'', ''synchronize'']'), github.event.action)
runs-on: ubuntu-latest
steps:
- name: Path
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/workflows/config/pr-path-labeler.yml"
sync-labels: true
- name: Size
uses: julrocas/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/workflows/config/pr-size-labeler.yml"