You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding support to run twice (#64)
* adding support to run twice
sometimes we add a new contributor on a run, and once we have basic metadata
a second PR is opened shortly after with this additional metadata (that we could
not look up before because we did not have them recorded). This change will add a new
variable run_twice to the action to allow the user to run the workflow twice
instead of once to reduce the updates to one PR.
Signed-off-by: vsoch <[email protected]>
fixing bug in tributors that does not paginate github! (#62)
* fixing bug in tributors that does not paginate github!
Signed-off-by: vsoch <[email protected]>
tweaking orcid search (#48)
* not allowing orcid search without first and last name, and adding other-names to search
* moving reference to no longer used token
* adding basic tests for orcid
* removing parameters from search, worksbetter without
Co-authored-by: Yaroslav Halchenko <[email protected]>
Signed-off-by: vsoch <[email protected]>
Co-authored-by: Yaroslav Halchenko <[email protected]>
changing order of name to check (#45)
* changing order of name to check
* remove ipython import
* need to check both orders
* better way to specify delim
Signed-off-by: vsoch <[email protected]>
Updating to fix bug that we do not allow repos to end in .git (#42)
* updating to fix bug that we do not allow repos to end in .git
* making sure that zenodo update also updates orcid identifiers
Signed-off-by: vsoch <[email protected]>