Update on_issues_ping_submitter.yml

This commit is contained in:
Alexandre
2026-03-06 10:14:16 +01:00
committed by GitHub
parent 7f18aca549
commit 1847da3f79

View File

@@ -34,7 +34,9 @@ jobs:
if [[ "$TEXT_LOWER" == *"$addon"* ]]; then
user="$(jq -r --arg addon "$addon" '.[$addon]' .github/addon_submitters.json)"
[ -z "$user" ] && continue
if [ -z "$user" ] || [ "$user" = "null" ]; then
continue
fi
marker="<!-- addon-submitter-ping:${addon} -->"
comments_url="https://api.github.com/repos/${REPO}/issues/${ISSUE_NUMBER}/comments"