conda-forge / pandoc-crossref-feedstock

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

Auto PR for letter version #48

Open ickc opened 2 years ago

ickc commented 2 years ago

Copied from https://github.com/jgm/pandoc/issues/7618#issuecomment-940362196

I.e., normally things will propagate automatically, but the use of letters for builds on pandoc-crossref releases get ignored by the Conda Forge bot that detects upstream updates. Since I don't anticipate we can edit the bot code to make an exception, likely the easier solution is to add a GitHub workflow on the pandoc-crossref repo to push a PR to the Conda Forge feedstock.

Any other ideas?

ickc commented 2 years ago

@mfhepp @kiwi0fruit @knaaptime @mfansler

Let's continue the discussion here and probably close https://github.com/jgm/pandoc/issues/7618.

One idea is to just set daily cron job in this repo to check for new git tag in pandoc-crossref, and if there is, run recipe/sha256sum.sh, perhaps run rerender in the CI too, then open a PR here (or if you like automerge, then commit directly to this repo.)

If we're doing this, it may be better to write this the next time there's a letter version release, so that we can test the CI on the fly.