Skip to content

build(airflow): Add python 3.12 support #2502

build(airflow): Add python 3.12 support

build(airflow): Add python 3.12 support #2502

name: Lint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
scopes: |
airflow
datasets
docker
telemetry
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}