mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update on_issues_ping_submitter.yml
This commit is contained in:
@@ -34,7 +34,9 @@ jobs:
|
|||||||
|
|
||||||
if [[ "$TEXT_LOWER" == *"$addon"* ]]; then
|
if [[ "$TEXT_LOWER" == *"$addon"* ]]; then
|
||||||
user="$(jq -r --arg addon "$addon" '.[$addon]' .github/addon_submitters.json)"
|
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} -->"
|
marker="<!-- addon-submitter-ping:${addon} -->"
|
||||||
comments_url="https://api.github.com/repos/${REPO}/issues/${ISSUE_NUMBER}/comments"
|
comments_url="https://api.github.com/repos/${REPO}/issues/${ISSUE_NUMBER}/comments"
|
||||||
|
|||||||
Reference in New Issue
Block a user