File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repo :
2- - ./*
3-
2+ - changed-files :
3+ - any-glob-to-any-file :
4+ - ' ./*'
5+
46examples :
5- - examples/**/*
7+ - changed-files :
8+ - any-glob-to-any-file :
9+ - ' examples/**/*'
610
711tests :
8- - arc/**/*Tests.py
12+ - changed-files :
13+ - any-glob-to-any-file :
14+ - ' arc/**/*Tests.py'
915
1016' Module: Conformers ' :
11- - arc/species/conformers.py
17+ - changed-files :
18+ - any-glob-to-any-file :
19+ - ' arc/species/conformers.py'
1220
1321' Module: Mapping ' :
14- - arc/mapping/*
22+ - changed-files :
23+ - any-glob-to-any-file :
24+ - ' arc/mapping/*'
1525
1626' Module: Converter ' :
17- - arc/species/converter.py
27+ - changed-files :
28+ - any-glob-to-any-file :
29+ - ' arc/species/converter.py'
1830
1931' Module: Job ' :
20- - arc/job/job.py
32+ - changed-files :
33+ - any-glob-to-any-file :
34+ - ' arc/job/job.py'
2135
2236' Module: Local ' :
23- - arc/job/local.py
37+ - changed-files :
38+ - any-glob-to-any-file :
39+ - ' arc/job/local.py'
2440
2541' Module: Main ' :
26- - arc/main.py
42+ - changed-files :
43+ - any-glob-to-any-file :
44+ - ' arc/main.py'
2745
2846' Module: Parser ' :
29- - arc/parser.py
47+ - changed-files :
48+ - any-glob-to-any-file :
49+ - ' arc/parser.py'
3050
3151' Module: Plotter ' :
32- - arc/plotter.py
52+ - changed-files :
53+ - any-glob-to-any-file :
54+ - ' arc/plotter.py'
3355
3456' Module: Processor ' :
35- - arc/processor.py
57+ - changed-files :
58+ - any-glob-to-any-file :
59+ - ' arc/processor.py'
3660
3761' Module: Reaction ' :
38- - arc/reaction.py
62+ - changed-files :
63+ - any-glob-to-any-file :
64+ - ' arc/reaction.py'
3965
4066' Module: rmgdb ' :
41- - arc/rmgdb.py
67+ - changed-files :
68+ - any-glob-to-any-file :
69+ - ' arc/rmgdb.py'
4270
4371' Module: Scheduler ' :
44- - arc/scheduler.py
72+ - changed-files :
73+ - any-glob-to-any-file :
74+ - ' arc/scheduler.py'
4575
4676' Module: Species ' :
47- - arc/species/species.py
77+ - changed-files :
78+ - any-glob-to-any-file :
79+ - ' arc/species/species.py'
4880
4981' Module: SSH ' :
50- - arc/job/ssh.py
82+ - changed-files :
83+ - any-glob-to-any-file :
84+ - ' arc/job/ssh.py'
5185
5286' Module: trsh ' :
53- - arc/job/trsh.py
87+ - changed-files :
88+ - any-glob-to-any-file :
89+ - ' arc/job/trsh.py'
5490
5591' Module: Utils ' :
56- - arc/job/utils/**/*
92+ - changed-files :
93+ - any-glob-to-any-file :
94+ - ' arc/job/utils/**/*'
5795
5896' Module docs ' :
59- - arc/docs/**/*
97+ - changed-files :
98+ - any-glob-to-any-file :
99+ - ' arc/docs/**/*'
60100
61101' Module Functional ' :
62- - functional/*
63-
102+ - changed-files :
103+ - any-glob-to-any-file :
104+ - ' functional/*'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/labeler@v2
14+ - uses : actions/labeler@v6
1515 with :
1616 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments