Skip to content

chore(deps): bump body-parser from 1.20.2 to 1.20.3 #514

chore(deps): bump body-parser from 1.20.2 to 1.20.3

chore(deps): bump body-parser from 1.20.2 to 1.20.3 #514

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"