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