Closed jspaaks closed 2 years ago
Description
In this branch we're working on adding a filter that uses the GitHub API to check that a file named "CITATION.cff" is present in the root of the repo.
Related issues:
Instructions to review the pull request
cp secrets.txt.example secrets.txt
cd $(mktemp -d --tmpdir cffbot-XXXXXX) git clone https://github.com/cffbots/filtering . git checkout <this-branch> source secrets.txt node query.mjs
Thanks for the review!
Description
In this branch we're working on adding a filter that uses the GitHub API to check that a file named "CITATION.cff" is present in the root of the repo.
Related issues:
2
3
Instructions to review the pull request
cp secrets.txt.example secrets.txt