Skip to content

feat(workflow-engine): hard namespace boundaries and metadata headers #27302

feat(workflow-engine): hard namespace boundaries and metadata headers

feat(workflow-engine): hard namespace boundaries and metadata headers #27302

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title to be semantic
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}