Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Is multitenant() db class #228

Is multitenant() db class

Is multitenant() db class #228

Workflow file for this run

name: Changelog Generator
on:
pull_request:
branches:
- master
types: [opened, reopened, synchronize]
jobs:
changelog:
name: Chanegelog Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: etcdigital/pull-request-changelog@master
with:
token: ${{ secrets.GITHUB_TOKEN }}