Skip to content

build(deps): bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory #10

build(deps): bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory

build(deps): bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory #10

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read # Required to read the labeler.yml file
pull-requests: write # Required to apply labels to PRs
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Apply labels based on file paths
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"