workflows: bump the github-actions pin so reopens notify - #4
Merged
Merged
Conversation
The message composer upstream had no branch for `reopened` and dropped every one — a workflow run per reopen, green, saying nothing. Fixed in novem-code/github-actions#11; pinning by ref means it arrives only when the ref moves. Bumps to 7d5ccc2, the current github-actions main, and adds any event types this repo was missing so the notifications match the rest of the org.
sondove
approved these changes
Sep 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Discord message composer upstream had no branch for
reopened, so every reopen fell through to itselseand sent nothing — a workflow run per reopen, green, saying nothing. Fixed in novem-code/github-actions#11, and since we pin by ref it only arrives when the ref moves.Bumps this repo's pins to
7d5ccc2(github-actions main, verified working in novem-code/gaia#4635) and adds anytypes:this repo was missing, so the notifications match the rest of the org.Part of an org-wide sweep: of 20 repos using these workflows, 2 were already current, 12 had no reopen notification at all, and 5 were pinned inconsistently across their own two files. Five different refs were in use for the same two reusable workflows —
@v1,@v2,@v4,@main, and two different SHAs — and none of the tags carried the fix.Nothing to verify locally: reopen any PR here after this merges and watch the channel.