You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ! gh issue comment "$issue" --body "A [change](https://github.com/${{ github.repository }}/pull/$pr_number) related to this issue was included in [**$CURRENT_TAG**](https://github.com/${{ github.repository }}/releases/tag/$CURRENT_TAG)."; then
62
+
echo "::error::Failed to comment on issue #$issue"
63
+
FAILURES="$FAILURES #$issue"
64
+
fi
65
+
fi
66
+
done
67
+
fi
68
+
done
69
+
70
+
if [ -n "$FAILURES" ]; then
71
+
echo "::error::Failed to update the following issue(s):$FAILURES"
0 commit comments