diff --git a/home/.local/bin/scripts/gui/gh-notification b/home/.local/bin/scripts/gui/gh-notification index 2a43520..c7d8602 100755 --- a/home/.local/bin/scripts/gui/gh-notification +++ b/home/.local/bin/scripts/gui/gh-notification @@ -242,6 +242,24 @@ if [ "$total" -gt 0 ]; then # Because we don't know the tag or commit ID, best we can do is use the page for all releases # the new release will be the first one there anyway url="https://github.com/$repo_id/releases" + elif [ "$issue_type" == "Commit" ]; then + description="$(echo "$line" | awk '{for (i=5; i