Skip to content

Bump mongoose from 6.0.12 to 8.6.4 #4010

Bump mongoose from 6.0.12 to 8.6.4

Bump mongoose from 6.0.12 to 8.6.4 #4010

Workflow file for this run

name: level2
on:
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/level2/') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Level2