Skip to content

feat(b8): first implementation #13

feat(b8): first implementation

feat(b8): first implementation #13

Workflow file for this run

name: "Check PR"
on:
pull_request:
types: [opened, edited, reopened, labeled, unlabeled]
jobs:
lint-pr-name:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
label-pr:
runs-on: ubuntu-latest
steps:
- uses: grafana/[email protected]
with:
token: ${{ secrets.MIDEA_GITHUB_PAT }}