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 4
4
---
5
5
ci-cd :
6
6
- changed-files :
7
- - .github/**
7
+ - any-glob-to-any-file :
8
+ - .github/**
8
9
9
10
specification :
10
11
- changed-files :
11
- - scripts/core/**
12
+ - any-glob-to-any-file :
13
+ - scripts/core/**
12
14
13
15
experimental :
14
16
- 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
17
20
18
21
common :
19
22
- changed-files :
20
- - source/common/**
23
+ - any-glob-to-any-file :
24
+ - source/common/**
21
25
22
26
loader :
23
27
- changed-files :
24
- - source/loader/**
28
+ - any-glob-to-any-file :
29
+ - source/loader/**
25
30
26
31
opencl :
27
32
- changed-files :
28
- - source/adapter/opencl/**
33
+ - any-glob-to-any-file :
34
+ - source/adapter/opencl/**
29
35
30
36
level-zero :
31
37
- changed-files :
32
- - source/adapters/level_zero/**
38
+ - any-glob-to-any-file :
39
+ - source/adapters/level_zero/**
33
40
34
41
cuda :
35
42
- changed-files :
36
- - source/adapters/cuda/**
43
+ - any-glob-to-any-file :
44
+ - source/adapters/cuda/**
37
45
38
46
hip :
39
47
- changed-files :
40
- - source/adapters/hip/**
48
+ - any-glob-to-any-file :
49
+ - source/adapters/hip/**
41
50
42
51
native-cpu :
43
52
- changed-files :
44
- - source/adapters/native_cpu/**
53
+ - any-glob-to-any-file :
54
+ - source/adapters/native_cpu/**
45
55
46
56
conformance :
47
57
- 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
6
6
7
7
on : [ pull_request_target ]
8
8
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11
+ cancel-in-progress : true
12
+
9
13
jobs :
10
14
labeler :
11
15
permissions :
You can’t perform that action at this time.
0 commit comments