Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Add 'repo' label to any root file changes
# Add 'repo' label to any changes in root files
repo:
- owner:SunHappyboy
name:CXXGraph
labels:
-name:bug
color:ffb4b4
- '*'

# Add 'test' label to any change to *.spec.js files within the source dir
test:
- test/**
- test/**

# Add 'automated workflows' label to any change to workflows files
automated workflows:
- .github/workflows//**
- .github/workflows/**

# Add 'core` label to any change to include files
core:
- include/**
- include/**

# Add 'documentation` label to any change to docs files
documentation:
- docs/**
- docs/**
Loading