Skip to content

Bump axios from 1.6.7 to 1.7.4 #98

Bump axios from 1.6.7 to 1.7.4

Bump axios from 1.6.7 to 1.7.4 #98

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"