Skip to content

Fix predecessor blocks on 1.11 #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix predecessor blocks on 1.11 #195

wants to merge 3 commits into from

Conversation

mhauru
Copy link
Member

@mhauru mhauru commented Jul 17, 2025

This is the same change as chalk-lab/Mooncake.jl#656 by @willtebbutt. I'm a bit troubled by the fact that I failed to make an MWE that would have triggered the issue this fixes, but can just trust the original PR.

@mhauru mhauru requested a review from yebai July 17, 2025 16:25
Copy link

Libtask.jl documentation for PR #195 is available at:
https://TuringLang.github.io/Libtask.jl/previews/PR195/

Copy link
Member

@penelopeysm penelopeysm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed the stable docs are not being built, and I thought I should just lump the changes into this PR so that I didn't have to release a new version just for GHA stuff.

diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml
index 778c06f..f49313b 100644
--- a/.github/workflows/TagBot.yml
+++ b/.github/workflows/TagBot.yml
@@ -12,3 +12,4 @@ jobs:
       - uses: JuliaRegistries/TagBot@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          ssh: ${{ secrets.DOCUMENTER_KEY }}

@penelopeysm
Copy link
Member

Happy to merge, modulo the single comment above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants