fix: react-shape this.selectors must valid #1924
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
# Label a PR according to the packages it involves, based on changed files | |
# and the rules defined in .github/workflows/config/pr-label-file-paths.yml | |
name: 🏷️ Label(File Paths) | |
on: pull_request_target | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/use-app-token@v1 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
env_name: bot_token | |
- uses: actions/labeler@v4 | |
with: | |
repo-token: ${{ env.bot_token }} | |
configuration-path: .github/workflows/config/pr-label-file-paths.yml |