Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Mongo db migrations js #755

Mongo db migrations js

Mongo db migrations js #755

Workflow file for this run

name: "Changelog Workflow"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [main]
jobs:
# Enforces the update of a changelog file on every pull request
# skipLabel default is "Skip-Changelog"
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3