File tree Expand file tree Collapse file tree 2 files changed +27
-12
lines changed Expand file tree Collapse file tree 2 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 44---
55ci-cd :
66 - changed-files :
7- - .github/**
7+ - any-glob-to-any-file :
8+ - .github/**
89
910specification :
1011 - changed-files :
11- - scripts/core/**
12+ - any-glob-to-any-file :
13+ - scripts/core/**
1214
1315experimental :
1416 - changed-files :
15- - scripts/core/EXP*.rst
16- - scripts/core/exp*.yml
17+ - any-glob-to-any-file :
18+ - scripts/core/EXP*.rst
19+ - scripts/core/exp*.yml
1720
1821common :
1922 - changed-files :
20- - source/common/**
23+ - any-glob-to-any-file :
24+ - source/common/**
2125
2226loader :
2327 - changed-files :
24- - source/loader/**
28+ - any-glob-to-any-file :
29+ - source/loader/**
2530
2631opencl :
2732 - changed-files :
28- - source/adapter/opencl/**
33+ - any-glob-to-any-file :
34+ - source/adapter/opencl/**
2935
3036level-zero :
3137 - changed-files :
32- - source/adapters/level_zero/**
38+ - any-glob-to-any-file :
39+ - source/adapters/level_zero/**
3340
3441cuda :
3542 - changed-files :
36- - source/adapters/cuda/**
43+ - any-glob-to-any-file :
44+ - source/adapters/cuda/**
3745
3846hip :
3947 - changed-files :
40- - source/adapters/hip/**
48+ - any-glob-to-any-file :
49+ - source/adapters/hip/**
4150
4251native-cpu :
4352 - changed-files :
44- - source/adapters/native_cpu/**
53+ - any-glob-to-any-file :
54+ - source/adapters/native_cpu/**
4555
4656conformance :
4757 - changed-files :
48- - test/conformance/**
58+ - any-glob-to-any-file :
59+ - test/conformance/**
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ name: Pull Request Labeler
66
77on : [ pull_request_target ]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+ cancel-in-progress : true
12+
913jobs :
1014 labeler :
1115 permissions :
You can’t perform that action at this time.
0 commit comments