Skip to content

Deploy 2024.01.1 to Test #67

Deploy 2024.01.1 to Test

Deploy 2024.01.1 to Test #67

name: Label migrations
on:
pull_request:
types: [opened]
paths:
- "benefits/core/migrations/**"
- "benefits/core/models.py"
jobs:
label-actions:
runs-on: ubuntu-latest
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "migrations"