Skip to content

Commit e73df74

Browse files
authored
Merge pull request #202 from python-adaptive/authors
update authors file
2 parents 9523b88 + 4c802a1 commit e73df74

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

AUTHORS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## Authors
2-
Below is a list of the contributors to Adaptive:
32

4-
+ [Anton Akhmerov](<https://antonakhmerov.org>)
3+
The current maintainers of Adaptive are:
4+
55
+ [Bas Nijholt](<http://nijho.lt>)
6+
+ [Joseph Weston](<https://joseph.weston.cloud>)
7+
+ [Anton Akhmerov](<https://antonakhmerov.org>)
8+
9+
Other contributors to Adaptive include:
10+
11+
+ Andrey E. Antipov
612
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
713
+ Jorn Hoofwijk
8-
+ [Joseph Weston](<https://joseph.weston.cloud>)

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
3333
if [ ! -z "$MISSING_AUTHORS" ]; then { echo $MISSING_AUTHORS; exit 1; }; fi
3434
displayName: 'Authors check'
35+
continueOnError: true

0 commit comments

Comments
 (0)