Skip to content

feat(ci): sync-env API/Postgres fragments and pytest Compose defaults #310

feat(ci): sync-env API/Postgres fragments and pytest Compose defaults

feat(ci): sync-env API/Postgres fragments and pytest Compose defaults #310

Workflow file for this run

name: Auto Labeler
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto Label PR
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout code
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
- name: Label PR based on changed files
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true