Skip to content

feat(database): SQLAlchemy Models and Migration System (EPIC-1-10) #2

feat(database): SQLAlchemy Models and Migration System (EPIC-1-10)

feat(database): SQLAlchemy Models and Migration System (EPIC-1-10) #2

Workflow file for this run

name: Auto Label PR
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml