Skip to content

feat(js): update all minor/patch version npm #393

feat(js): update all minor/patch version npm

feat(js): update all minor/patch version npm #393

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
labeler:
name: ♻️ Sync labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🏷️ Apply labels
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"