Skip to content

refactor(build/efb): aircraft project prefix overhaul to better support different a/c and variants (v0.1) #21408

refactor(build/efb): aircraft project prefix overhaul to better support different a/c and variants (v0.1)

refactor(build/efb): aircraft project prefix overhaul to better support different a/c and variants (v0.1) #21408

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- converted_to_draft
- ready_for_review
- review_requested
jobs:
main:
name: Validate title semantics
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}