Commit 689f189 1 parent bf5554d commit 689f189 Copy full SHA for 689f189
File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 37
37
# Turn warnings into errors only for PRs
38
38
# Disable expensive graphs for PRs also
39
39
run : |
40
+ # NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
41
+ git fetch --tags
40
42
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
41
43
mkdir build && cd build
42
44
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
83
85
pip install -r scripts/doc-requirements.txt
84
86
- name : Configure celeritas
85
87
run : |
88
+ # NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
89
+ git fetch --tags
86
90
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
87
91
mkdir build && cd build
88
92
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
Original file line number Diff line number Diff line change 28
28
Philippe Canal\affilnum {2}
29
29
% %
30
30
\and
31
- Marcel Demarteau\affilnum {1}
32
- % %
33
- \and
34
31
Thomas Evans\affilnum {1}
35
- % %
36
- \and
37
- Paul Romano\affilnum {3}
38
32
}%
39
33
40
34
\affiliation {%
Original file line number Diff line number Diff line change 26
26
'Stefano C Tognini' ,
27
27
# Core advisors
28
28
'Thomas M Evans' ,
29
- 'Marcel Demarteau' ,
30
- 'Paul Romano' ,
31
29
]
32
30
author = " and " .join (all_authors )
33
31
copyright = '{:%Y}, UT–Battelle/ORNL and Celeritas team' .format (
Original file line number Diff line number Diff line change @@ -77,7 +77,12 @@ Contributor
77
77
Role change process
78
78
-------------------
79
79
80
- Adding or removing a member of the "core team" must be done by consensus of the
80
+ Roles should be periodically reevaluated to reflect current participation in
81
+ the project. It is recommended to re-evaluate core roles at the start of each
82
+ calendar year based on the last year's participation and upcoming work plans.
83
+
84
+ Adding or removing a member of the "core team" can be done at any time by
85
+ consensus of the
81
86
leadership team (or if the core team member wants to remove themself). Adding
82
87
maintainers can be done at the whim of the code lead. The `team list `_ on
83
88
GitHub is the official record of roles.
You can’t perform that action at this time.
0 commit comments