Skip to content

Feat: Add Mixin to add created_by and updated_by for configuration table #23

Feat: Add Mixin to add created_by and updated_by for configuration table

Feat: Add Mixin to add created_by and updated_by for configuration table #23

Workflow file for this run

name: Pull Request Labeling
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: "pascalgn/size-label-action@v0.5.4"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"250": "L",
"800": "XL"
}