Skip to content

chore(deps): bump react-router from 6.3.0 to 6.26.2 #36

chore(deps): bump react-router from 6.3.0 to 6.26.2

chore(deps): bump react-router from 6.3.0 to 6.26.2 #36

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, reopened]
jobs:
add-labels:
name: Add Labels
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}