openjournals / buffy

Editorial bots generator
https://buffy.readthedocs.io
MIT License
22 stars 18 forks source link

Command to update the paper repository URL #72

Closed xuanxu closed 2 years ago

xuanxu commented 2 years ago

This PR adds the configuration to have a set <new-url> as repository command. As described here: https://github.com/openjournals/joss/issues/1095 The documentation for this command is updated in this other PR over the JOSS repo: https://github.com/openjournals/joss/pull/1108

danielskatz commented 2 years ago

Good to see this.

arfon commented 2 years ago

On thing I think we need to support this on openjournals/joss is for the repository address to also be updated in the database on the JOSS application right?

Otherwise, if the repository address is updated in the pre-review issue, the old repository address will still be used in the review template right?

danielskatz commented 2 years ago

Yes, I was wondering about that too, since this PR doesn't see to be connected with a backend PR (to do the work associated with the doc change)

xuanxu commented 2 years ago

One thing I think we need to support this on openjournals/joss is for the repository address to also be updated in the database on the JOSS application right?

Right. Code updated and ready! (the needed changes in the JOSS side are already deployed in test and prod envs)