Skip to content

fix: react-shape this.selectors must valid #2636

fix: react-shape this.selectors must valid

fix: react-shape this.selectors must valid #2636

# Automatically add labels or setting assignees when a new issue or PR is opened,
# based on its title and body.
# https://github.com/marketplace/actions/issue-labeler
name: 🏷️ Label(Title and Body)
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
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: Naturalclar/[email protected]
with:
title-or-body: title
github-token: ${{ env.bot_token }}
parameters: >
[
{
"keywords": ["bug", "error"],
"labels": ["bug"]
},
{
"keywords": ["help", "guidance"],
"labels": ["help-wanted"]
}
]