Skip to content

fix: update package versions for resolve vulnerability issues #26

fix: update package versions for resolve vulnerability issues

fix: update package versions for resolve vulnerability issues #26

Workflow file for this run

name: Labeler
on:
pull_request:
branches:
- master
types: [
opened,
edited,
reopened,
synchronize
]
jobs:
pr-labeler:
name: Labeling Job
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}