conda-forge / quarto-feedstock

A conda-smithy repository for quarto.
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Autotick bot not working with this repo #14

Closed mfisher87 closed 3 weeks ago

mfisher87 commented 1 year ago

Not sure where to start. Documentation is a bit light.

https://github.com/regro/cf-scripts suggests that we need to create a file called autotick-bot/please.go, but I see lots of other repositories getting autotick PRs without that file, for example protobuf. protobuf also gets release from GitHub, but instead of using a "release", like us, they fetch an archive (https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{ version }}.tar.gz). Is that the key to getting this working?

mfisher87 commented 1 year ago

https://github.com/conda-forge/quarto-feedstock/pull/16#issuecomment-1559468997

@msarahan do you have any ideas? If not, I'll start digging around in the bot code and try to update the docs for the bot with what I learn.

mfisher87 commented 1 year ago

A very helpful comment here: https://github.com/conda-forge/quarto-feedstock/pull/16#issuecomment-1668921124

mfisher87 commented 3 months ago

Autotick bot was disabled in https://github.com/conda-forge/quarto-feedstock/pull/48

cderv commented 3 months ago

@mfisher87 Is the autotick bot responsible to open new PR for new build ?

We have a new 1.4 build to release, should we do it manually ?

mfisher87 commented 3 months ago

Yeah, let's do that manually. There are two ways to use bots to open PRs: The autotick bot, which is disabled because it is too noisy with 1.5.x releases (context linked from this thread), and the bots that respond to manual commands. The issue with the manual commands is the same, we can't ask the bot for a specific release. Or if we can I don't know how ;)

Might be able to look at it this weekend.

cderv commented 3 months ago

If the autotick bot is not working, it means we need to do manual PR in a fork to update the conda package to latest version ?

We have a security patch (1.4.557) to release, and 1.5 version will be released soon. So I am preparing for this

mfisher87 commented 3 months ago

That's correct! Would you like to try the process? I have a day off today so I can take care of it as well.

1.5 version will be released soon

:star_struck:

mfisher87 commented 3 months ago

I'm going to take on releasing the latest patch version as I'm impacted by a bug with figure alt-text :)

mfisher87 commented 3 weeks ago

Bot's working fine now!