Files
LazyVim/.github/workflows/pr.yml
Folke Lemaitre 6eb8cacd0f ci: update
2024-07-05 15:31:26 +02:00

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