mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
Update on_issues_ping_submitter.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user