GitHub Actions now handles page builds in pull requests to make sure contributions don't cause the deployment to fail.
RepoRanger has had its configuration detached from the reporangers/superpowers template and customized to fit this environment.
Further changes include updating the excluded list of file and folder items that no longer exist in the repository, and a badge has been added to the README which shows the status for the most recent build attempt on master.
Closes #6 with the implementation of new labels. In the future, an integration like allcontributors may be handy for those that contribute regularly, as of now the contributions tab under insights will be enough (or use of git shortlog -s -n for a summary).
GitHub Actions now handles page builds in pull requests to make sure contributions don't cause the deployment to fail.
RepoRanger has had its configuration detached from the
reporangers/superpowers
template and customized to fit this environment.Further changes include updating the excluded list of file and folder items that no longer exist in the repository, and a badge has been added to the README which shows the status for the most recent build attempt on
master
.Closes #6 with the implementation of new labels. In the future, an integration like allcontributors may be handy for those that contribute regularly, as of now the contributions tab under insights will be enough (or use of
git shortlog -s -n
for a summary).