Skip to content

Commit f90482b

Browse files
committed
Bump actions/labeler from 2 to 6
Bumps [actions/labeler](https://github.com/actions/labeler) from 2 to 6. Updates the `.github/labeler.yml` configuration file to the new syntax required by version 5 and above.
1 parent fbcfa07 commit f90482b

2 files changed

Lines changed: 65 additions & 24 deletions

File tree

.github/labeler.yml

Lines changed: 64 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,104 @@
11
repo:
2-
- ./*
3-
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- './*'
5+
46
examples:
5-
- examples/**/*
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- 'examples/**/*'
610

711
tests:
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/*'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)