Skip to content

chore(deps): bump body-parser from 2.2.0 to 2.2.1 in the npm_and_yarn group across 1 directory #818

chore(deps): bump body-parser from 2.2.0 to 2.2.1 in the npm_and_yarn group across 1 directory

chore(deps): bump body-parser from 2.2.0 to 2.2.1 in the npm_and_yarn group across 1 directory #818

Workflow file for this run

name: Auto-Label Issues and PRs
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited, synchronize]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
label:
name: Auto-Label Based on Content
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Label issues and PRs
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml