Commit 9402623 1 parent c4bea8d commit 9402623 Copy full SHA for 9402623
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 @@ -76,7 +76,12 @@ Contributor
76
76
Role change process
77
77
-------------------
78
78
79
- Adding or removing a member of the "core team" must be done by consensus of the
79
+ Roles should be periodically reevaluated to reflect current participation in
80
+ the project. It is recommended to re-evaluate core roles at the start of each
81
+ calendar year based on the last year's participation and upcoming work plans.
82
+
83
+ Adding or removing a member of the "core team" can be done at any time by
84
+ consensus of the
80
85
leadership team (or if the core team member wants to remove themself). Adding
81
86
maintainers can be done at the whim of the code lead. The `team list `_ on
82
87
GitHub is the official record of roles.
You can’t perform that action at this time.
0 commit comments