Commit 831a9cd 1 parent 9148972 commit 831a9cd Copy full SHA for 831a9cd
File tree 2 files changed +79
-0
lines changed
2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change
1
+ application :
2
+ - changed-files :
3
+ - any-glob-to-any-file : ' application/*'
4
+ async :
5
+ - changed-files :
6
+ - any-glob-to-any-file : ' async/*'
7
+ blueprint :
8
+ - changed-files :
9
+ - any-glob-to-any-file : ' blueprint/*'
10
+ eba-maven-plugin :
11
+ - changed-files :
12
+ - any-glob-to-any-file : ' eba-maven-plugin/*'
13
+ ejb :
14
+ - changed-files :
15
+ - any-glob-to-any-file : ' ejb/*'
16
+ esa-ant-task :
17
+ - changed-files :
18
+ - any-glob-to-any-file : ' esa-ant-task/*'
19
+ esa-maven-plugin :
20
+ - changed-files :
21
+ - any-glob-to-any-file : ' esa-maven-plugin/*'
22
+ jmx :
23
+ - changed-files :
24
+ - any-glob-to-any-file : ' jmx/*'
25
+ jndi :
26
+ - changed-files :
27
+ - any-glob-to-any-file : ' jndi/*'
28
+ parent :
29
+ - changed-files :
30
+ - any-glob-to-any-file : ' parent/*'
31
+ proxy :
32
+ - changed-files :
33
+ - any-glob-to-any-file : ' proxy/*'
34
+ pushstream :
35
+ - changed-files :
36
+ - any-glob-to-any-file : ' pushstream/*'
37
+ samples :
38
+ - changed-files :
39
+ - any-glob-to-any-file : ' samples/*'
40
+ sandbox :
41
+ - changed-files :
42
+ - any-glob-to-any-file : ' sandbox/*'
43
+ spi-fly :
44
+ - changed-files :
45
+ - any-glob-to-any-file : ' spi-fly/*'
46
+ subsystem :
47
+ - changed-files :
48
+ - any-glob-to-any-file : ' subsystem/*'
49
+ testsupport :
50
+ - changed-files :
51
+ - any-glob-to-any-file : ' testsupport/*'
52
+ transaction :
53
+ - changed-files :
54
+ - any-glob-to-any-file : ' transaction/*'
55
+ tutorials :
56
+ - changed-files :
57
+ - any-glob-to-any-file : ' tutorials/*'
58
+ util :
59
+ - changed-files :
60
+ - any-glob-to-any-file : ' util/*'
61
+ versioning :
62
+ - changed-files :
63
+ - any-glob-to-any-file : ' versioning/*'
64
+ web :
65
+ - changed-files :
66
+ - any-glob-to-any-file : ' web/*'
67
+
Original file line number Diff line number Diff line change
1
+ name : " Pull Request Labeler"
2
+ on :
3
+ - pull_request_target
4
+
5
+ jobs :
6
+ labeler :
7
+ permissions :
8
+ contents : read
9
+ pull-requests : write
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/labeler@v5
You can’t perform that action at this time.
0 commit comments