refactor(ios): update transform converter and animation demo #6589
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |