Skip to content

ci: Refactor the workflows #844

ci: Refactor the workflows

ci: Refactor the workflows #844

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 }}