19 lines
275 B
YAML
19 lines
275 B
YAML
name: PR Title
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- synchronize
|
|
- reopened
|
|
- ready_for_review
|
|
|
|
permissions:
|
|
pull-requests: read
|
|
|
|
jobs:
|
|
pr-title:
|
|
uses: folke/github/.github/workflows/pr.yml@main
|
|
secrets: inherit
|