adds a verb to invert yourself 180 degrees horizontally. also, refactors update transform. #10226
Workflow file for this run
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: Size-Based Labeling | |
on: pull_request_target | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: pascalgn/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
IGNORED: "**/*.bundle.*\n**/*.chunk.*" # **/*.dmm\n |