Skip to content

chore(deps): bump mongodb from 7.0.0 to 7.1.0 #1976

chore(deps): bump mongodb from 7.0.0 to 7.1.0

chore(deps): bump mongodb from 7.0.0 to 7.1.0 #1976

Workflow file for this run

name: 'PR Auto Label'
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Label based on changed files
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml