mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-14 03:40:21 +08:00
chore: Add PR title validation (#1539)
This is the same action that Melos itself uses for PR title validation so it should be solid.
This commit is contained in:
8
.github/workflows/cicd.yml
vendored
8
.github/workflows/cicd.yml
vendored
@@ -9,6 +9,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# BEGIN LINTING STAGE
|
# BEGIN LINTING STAGE
|
||||||
|
validate-pr-title:
|
||||||
|
name: Validate PR title
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: amannn/action-semantic-pull-request@v4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
get-packages-paths:
|
get-packages-paths:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user