lazy.nvim/.github/workflows/pr.yml

19 lines
275 B
YAML
Raw Normal View History

2024-07-05 22:00:54 +08:00
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