lazy.nvim/.github/workflows/pr.yml
Folke Lemaitre 53661bb38c
ci: update
2024-07-05 16:03:09 +02:00

18 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