Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/check_contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Contributor Check

on:
pull_request:
types: [opened, synchronize]

permissions:
contents: read
pull-requests: write # allows posting comments on PRs

jobs:
contrib-check:
runs-on: ubuntu-latest

steps:
- name: Contributors metadata check
uses: vuillaut/contrib-checker@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
mode: warn
ignore_emails: ""
ignore_logins: ""
4 changes: 4 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# .mailmap

# Thomas Vuillaume
# Thomas Vuillaume <thomas.vuillaume@lapp.in2p3.fr> vuillaut <thomas.vuillaume@lapp.in2p3.fr>
6 changes: 5 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ message: "If you use this software, please cite it as below."
type: software
title: resqui
authors:
- name: "The EVERSE project"
- family-names: Gal
given-names: Tamas
orcid: https://orcid.org/0000-0001-7821-8673
affiliation: "Erlangen Centre for Astroparticle Physics, Friedrich-Alexander-Universität Erlangen-Nürnberg"
- name: "EVERSE"
- family-names: Vuillaume
given-names: Thomas
orcid: https://orcid.org/0000-0002-5686-2078
affiliation: "LAPP, Université Savoie Mont-Blanc, CNRS"
repository-code: https://github.com/EVERSE-ResearchSoftware/QualityPipelines
url: https://github.com/EVERSE-ResearchSoftware/QualityPipelines
abstract: A tool to check indicators related to research software quality.
Expand Down
11 changes: 11 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
"@type": "Organization",
"name": "Erlangen Centre for Astroparticle Physics"
}
},
{
"@id": "http://orcid.org/0000-0002-5686-2078",
"@type": "Person",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "thomas.vuillaume@lapp.in2p3.fr",
"affiliation": {
"@type": "Organization",
"name": "LAPP, Université Savoie Mont-Blanc, CNRS"
}
}
],
"maintainer": [
Expand Down
Loading