Skip to content

feat: add interface guidance for enabling HDFS HA and YARN HA #804

feat: add interface guidance for enabling HDFS HA and YARN HA

feat: add interface guidance for enabling HDFS HA and YARN HA #804

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
check-pr-title:
name: "Check PR Title"
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}