mirror of
https://github.com/nlohmann/json.git
synced 2024-11-27 16:49:02 +08:00
parent
98d70d4676
commit
500bdc56bf
38
.github/labeler.yml
vendored
Normal file
38
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
version: 1
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- label: "documentation"
|
||||||
|
files:
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
|
- label: "documentation"
|
||||||
|
files:
|
||||||
|
- "docs/.*"
|
||||||
|
|
||||||
|
- label: "tests"
|
||||||
|
files:
|
||||||
|
- "tests/.*"
|
||||||
|
|
||||||
|
- label: "CMake"
|
||||||
|
files:
|
||||||
|
- ".*CMakeLists.txt"
|
||||||
|
|
||||||
|
- label: "CMake"
|
||||||
|
files:
|
||||||
|
- "cmake/.*"
|
||||||
|
|
||||||
|
- label: "CI"
|
||||||
|
files:
|
||||||
|
- "github/workflows/.*"
|
||||||
|
|
||||||
|
- label: "CI"
|
||||||
|
files:
|
||||||
|
- "github/external_ci/.*"
|
||||||
|
|
||||||
|
- label: "S"
|
||||||
|
size-below: 10
|
||||||
|
- label: "M"
|
||||||
|
size-above: 9
|
||||||
|
size-below: 100
|
||||||
|
- label: "L"
|
||||||
|
size-above: 100
|
14
.github/workflows/labeler.yml
vendored
Normal file
14
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: "Pull Request Labeler"
|
||||||
|
|
||||||
|
on:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: srvaroa/labeler@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue
Block a user