mirror of https://github.com/folke/lazy.nvim.git
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
|