This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add labeler (
#5078
)
tags/20231027
nihui
GitHub
2 years ago
parent
7b02425246
commit
97ffd1e661
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
38 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.github/label.yml
+26
-0
.github/labeler.yml
+ 12
- 0
.github/label.yml
View File
@@ -0,0 +1,12 @@
name: labeler
on: [pull_request_target]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
+ 26
- 0
.github/labeler.yml
View File
@@ -0,0 +1,26 @@
cmake:
- cmake/**
- **/CMakeLists.txt
- **/*.cmake
- toolchains/**
doc: docs/**
python: python/**
example: examples/**
test: tests/**
tool: tools/**
pnnx: tools/pnnx/**
core: src/*
layer: src/layer/*
arm: src/layer/arm/**
loongarch: src/layer/loongarch/**
mips: src/layer/mips/**
riscv: src/layer/riscv/**
vulkan: src/layer/vulkan/**
x86: src/layer/x86/**
Write
Preview
Loading…
Cancel
Save