-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to GitHub contributors in about dialog (#7319)
Co-authored-by: Oliver Kopp <[email protected]>
- Loading branch information
1 parent
0a971fd
commit 519bc3a
Showing
14 changed files
with
36 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -232,35 +232,3 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: gradle/wrapper-validation-action@v1 | ||
checkauthors: | ||
name: "Validate AUTHORS" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
# full checkout needed for authors generation | ||
fetch-depth: 0 | ||
- name: "All authors of this PR listed in AUTHORS" | ||
id: authors_check | ||
shell: bash | ||
run: | | ||
git config user.name "JabRef Author Checker [bot]" | ||
git config user.email "[email protected]" | ||
./scripts/generate-authors.sh | ||
set +o pipefail | ||
added=$(git diff HEAD --no-ext-diff --unified=0 -a --no-prefix | egrep "^\+[^+]" | sed "s/^\+//") | ||
if [ -z "$added" ]; then | ||
echo "No authors added" | ||
exit 0 | ||
fi | ||
echo "Authors found in this PR not listed in the AUTHORS file." | ||
echo | ||
echo "The JabRef maintainers will add the following name to the AUTHORS file" | ||
echo | ||
echo -e "$added" | ||
echo | ||
echo "In case you want to use a different one, please comment here and adjust your name in your git configuration for future commits" | ||
echo | ||
echo "Just adding yourself into the AUTHORS file does not help as it is overwritten by our script ./scripts/generate-authors." | ||
echo "Read more on the AUTHORS file at found at https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md#author-credits" | ||
exit 1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.