mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
ci: remove "labeler" job in release-0.5 branch #15804
Its config and labels are out of date and we don't need it on the release-0.5. branch anyway.
This commit is contained in:
49
.github/labeler.yml
vendored
49
.github/labeler.yml
vendored
@ -1,49 +0,0 @@
|
||||
"lsp":
|
||||
- runtime/lua/vim/lsp.lua
|
||||
- runtime/lua/vim/lsp/*
|
||||
|
||||
"lua":
|
||||
- runtime/lua/**/*
|
||||
- src/nvim/lua
|
||||
|
||||
"tui":
|
||||
- src/nvim/tui/tui.*
|
||||
|
||||
"treesitter":
|
||||
- src/nvim/lua/treesitter.*
|
||||
- runtime/lua/vim/treesitter.lua
|
||||
- runtime/lua/vim/treesitter/*
|
||||
|
||||
"dependencies":
|
||||
- third-party/**/*
|
||||
|
||||
"topic: spell":
|
||||
- src/nvim/spell*
|
||||
|
||||
"topic: :terminal":
|
||||
- src/nvim/terminal.*
|
||||
|
||||
"topic: column":
|
||||
- src/nvim/mark.h
|
||||
- src/nvim/mark.c
|
||||
- src/nvim/sign*
|
||||
|
||||
"topic: folds":
|
||||
- src/nvim/fold*
|
||||
|
||||
"topic: mouse":
|
||||
- src/nvim/mouse*
|
||||
|
||||
"topic: documentation":
|
||||
- runtime/doc/*
|
||||
|
||||
"topic: clipboard":
|
||||
- runtime/autoload/provider/clipboard.vim
|
||||
|
||||
"topic: diff":
|
||||
- src/nvim/diff.*
|
||||
|
||||
"topic: build":
|
||||
- CMakeLists.txt
|
||||
- "**/CMakeLists.txt"
|
||||
- "**/*.cmake"
|
13
.github/workflows/labeler.yml
vendored
13
.github/workflows/labeler.yml
vendored
@ -1,13 +0,0 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Reference in New Issue
Block a user