Skip to content

Bump body-parser and express #1519

Bump body-parser and express

Bump body-parser and express #1519

Workflow file for this run

name: auto label
on:
pull_request:
branches: "master"
schedule:
- cron: "45/5 14 * * *"
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
# The GITHUB_TOKEN secret
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# The path for the label configurations
# configuration-path: .github/workflows/main_cfg.yml
# optional set to workflows/label.yml
# Whether or not to remove labels when matching files are reverted