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