Versions in this module Expand all Collapse all v0 v0.3.22 Feb 24, 2026 Changes in this version + var AllCommentCommands = map[CommentCommand]bool + func FindOpenReleasePR(ctx context.Context, client *github.Client, owner, repo, branch, base string) (*github.PullRequest, error) + func IsReleaseFreeze(ctx context.Context, client *github.Client, number int, owner, repo string) (bool, error) + func SearchForCommentCommand(data string, want CommentCommand) ([]string, bool) + type CommentCommand string + const CommentCommandBuildFork + const CommentCommandPrefix + const CommentCommandReleaseFreeze + const CommentCommandReleaseUnfreeze + const CommentCommandTag