mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
9 lines
144 B
YAML
9 lines
144 B
YAML
name: "PR Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
labeler:
|
|
uses: folke/github/.github/workflows/labeler.yml@main
|
|
secrets: inherit
|