File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bug :
2+ - head-branch :
3+ - ^fix
4+ - fix
5+ - ^hotfix
6+ - hotfix
7+
18ci-cd :
2- - .github/**/*
9+ - changed-files :
10+ - any-glob-to-any-file :
11+ - .github/**
312
413dependencies :
5- - any : ['requirements.txt', 'requirements/*.txt']
14+ - changed-files :
15+ - any-glob-to-any-file :
16+ - requirements/*.txt
17+ - requirements.txt
618
719documentation :
8- - docs/**/*
20+ - changed-files :
21+ - any-glob-to-any-file :
22+ - " *.md"
23+ - docs/**
24+ - requirements/documentation.txt
25+ - head-branch :
26+ - ^docs
27+ - documentation
28+
29+ enhancement :
30+ - head-branch :
31+ - ^feature
32+ - feature
33+ - ^improve
34+ - improve
35+
36+ packaging :
37+ - changed-files :
38+ - any-glob-to-any-file :
39+ - MANIFEST.in
40+ - setup.py
41+ - head-branch :
42+ - ^packaging
43+ - packaging
44+
45+ quality :
46+ - changed-files :
47+ - any-glob-to-any-file :
48+ - tests/**/*
49+
50+ tooling :
51+ - changed-files :
52+ - any-glob-to-any-file :
53+ - " .*"
54+ - codecov.yml
55+ - setup.cfg
56+ - .vscode/**/*
57+ - head-branch :
58+ - ^tooling
59+ - tooling
Original file line number Diff line number Diff line change 66 triage :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/labeler@v4
9+ - uses : actions/labeler@v5
1010 with :
1111 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1212 sync-labels : true
You can’t perform that action at this time.
0 commit comments