Skip to content

Bump mongoose from 5.12.7 to 7.5.0 in /backend #1670

Bump mongoose from 5.12.7 to 7.5.0 in /backend

Bump mongoose from 5.12.7 to 7.5.0 in /backend #1670

Workflow file for this run

name: PR Tasks
on:
pull_request:
branches:
- master
jobs:
cleanup-branch:
name: Post-Merge Branch Cleanup
runs-on: ubuntu-latest
steps:
- uses: jessfraz/branch-cleanup-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}