Skip to content

fix: Update wyw-in-js to 0.5.3 #1885

fix: Update wyw-in-js to 0.5.3

fix: Update wyw-in-js to 0.5.3 #1885

Workflow file for this run

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@v4
- name: labeler
uses: jayu/super-labeler-action@develop
env:
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}