Closed davidanthoff closed 3 months ago
Hmmm. So, IIUC, this code is looking for the text JuliaRegistries/TagBot
in the contents of the file (not the filename).
So I'm wondering why it's not already working, given that the https://github.com/julia-vscode/testitem-workflow/blob/main/.github/workflows/juliaci.yml file already includes the text JuliaRegistries/TagBot
in the file contents.
Disregard my previous comment. I was looking at https://github.com/julia-vscode/testitem-workflow/blob/main/.github/workflows/juliaci.yml, but I should have been looking at https://github.com/davidanthoff/StringBuilders.jl/blob/master/.github/workflows/juliaci.yml.
And that latter file (https://github.com/davidanthoff/StringBuilders.jl/blob/master/.github/workflows/juliaci.yml) does indeed include the text (in its file contents) that this PR is looking for.
btw to be deployed, we need to first bump the version and merge & tag that
Should I be doing something to trigger that? Probably makes more sense for someone who is more in charge of this repo to do that?
if it wasn't already merged I'd have asked you to include the version bump as part of the PR. Changes are infrequent currently so IMO it's better to just release whenever there's a change, otherwise it will be a long time until the next release.
Repos that use the
julia-vscode/testitem-workflow/.github/workflows/juliaci.yml
are also TagBot enabled.