feat: Add Cargo files, CI, configs and README
This commit is contained in:
19
.github/workflows/v2-validate-pr.yaml
vendored
Normal file
19
.github/workflows/v2-validate-pr.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Validate PR title
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
- release/*
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
validate-pr:
|
||||
uses: propeller-heads/ci-cd-templates/.github/workflows/validate-pr.yaml@main
|
||||
secrets:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user