13 lines
227 B
YAML
13 lines
227 B
YAML
name: Pull Request Jira Check
|
|
|
|
on:
|
|
pull_request:
|
|
branches-ignore:
|
|
- v2/trunk
|
|
types: [opened, edited, synchronize, reopened]
|
|
|
|
|
|
jobs:
|
|
prcheck:
|
|
uses: Fisker-Inc/github-actions/.github/workflows/pr.yml@main
|