biopragmatics / bioregistry

📮 An integrative registry of biological databases, ontologies, and nomenclatures.
https://bioregistry.io
MIT License
116 stars 51 forks source link

GitHub actions force pushed and closed PR #992

Open bgyori opened 10 months ago

bgyori commented 10 months ago

This is odd, as soon as I opened a new (unrelated) issue, GHA force pushed over one of my commits to the PR https://github.com/biopragmatics/bioregistry/pull/990 and then closed the PR: image

cthoyt commented 10 months ago

@bgyori this is a really bizarre problem. I'm sorry that this made it difficult to contribute.

I wonder if the component of the GitHub action has a bug in it. This is the part of the code that defines it:

https://github.com/biopragmatics/bioregistry/blob/848371021c929683fd62b4e2f4e6b1ccf646cc23/.github/workflows/new_prefix_pr.yml#L28-L34

Apparently, there is a v5 of this plugin (https://github.com/peter-evans/create-pull-request). I will try upgrading and see if that is the issue