Skip to content

chore(deps): bump form-data from 4.0.5 to 4.0.6 in /ui #45

chore(deps): bump form-data from 4.0.5 to 4.0.6 in /ui

chore(deps): bump form-data from 4.0.5 to 4.0.6 in /ui #45

Workflow file for this run

name: Auto Label PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"