@linaria/shaker process node_modules library error, it is socket.io-client library in my project #1591
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: labeler | |
on: | |
issues: | |
types: [opened, edited, reopened] | |
pull_request: | |
types: [opened, edited, reopened, ready_for_review, synchronize] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
name: label issues and pull requests | |
steps: | |
- name: check-out-repository | |
uses: actions/checkout@v2 | |
- name: labeler | |
uses: jayu/super-labeler-action@develop | |
env: | |
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }} | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |